Rename icon
This commit is contained in:
parent
b81fad066a
commit
9907cdbbdb
@ -3,7 +3,7 @@ Type=Application
|
||||
Name=Write.as
|
||||
Comment=Publish a thought in seconds.
|
||||
Exec=writeas-gtk
|
||||
Icon=write-as
|
||||
Icon=com.github.writeas.writeas-gtk
|
||||
Terminal=false
|
||||
MimeType=
|
||||
Categories=GTK;Office;Publishing;
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -1,4 +1,4 @@
|
||||
install_data('icons/write-as.png',
|
||||
install_data('icons/com.github.writeas.writeas-gtk.png',
|
||||
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
|
||||
)
|
||||
install_data('icons/writeas-bright-dark.png',
|
||||
|
@ -79,7 +79,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
|
||||
stdout.printf("writeas-gtk v%s\n", version);
|
||||
|
||||
set_application(app);
|
||||
icon_name = "write-as";
|
||||
icon_name = "com.github.writeas.writeas-gtk";
|
||||
init_folder();
|
||||
try {
|
||||
open_file(draft_file());
|
||||
|
Loading…
Reference in New Issue
Block a user