This commit is contained in:
Yazan Agha-Schrader 2023-11-27 21:45:12 +01:00
parent 1b6d4226b8
commit 4fa32ad0e3
3 changed files with 7 additions and 7 deletions

BIN
icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Name=llama.cpp Server Name="llama.cpp Server"
Exec=sh-server-dialog.sh Exec=./sh-server-dialog.sh
Icon=./media/llama-server-icon.png Icon=./icon.png
Terminal=false Terminal=true
Type=Application Type=Application

View file

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Name=llama.cpp Server Name="llama.cpp Server"
Exec=sh-server-zenity.sh Exec=./sh-server-zenity.sh
Icon=./media/llama-server-icon.png Icon=./icon.png
Terminal=false Terminal=false
Type=Application Type=Application