Add linux icon
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-05-19 16:04:29 -07:00
parent 3bc9c9df8b
commit 746275e70e
3 changed files with 10 additions and 0 deletions

9
linux/cwtch.desktop Executable file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=cwtch
Comment=Metadata Resistant Chat
Exec=env LD_LIBRARY_PATH=./lib/ ./cwtch
Icon=cwtch
Terminal=false
Categories=Internet;Chat;

BIN
linux/cwtch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -48,6 +48,7 @@ static void my_application_activate(GApplication* application) {
gtk_window_set_title(window, "cwtch");
}
gtk_window_set_icon_from_file(window, "./cwtch.png", NULL);
gtk_window_set_default_size(window, 1280, 720);
gtk_widget_show(GTK_WIDGET(window));