We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08daacc commit daaf6e3Copy full SHA for daaf6e3
scripts/appimage.sh
@@ -26,7 +26,8 @@ cat > "$APPDIR/lisp-inference.desktop" <<EOL
26
[Desktop Entry]
27
Name=lisp-inference
28
Exec=AppRun
29
-Icon=lisp-inference
+Icon=computer-symbolic
30
+Terminal=true
31
Type=Application
32
Categories=Utility;
33
EOL
@@ -40,8 +41,8 @@ EOL
40
41
chmod +x "$APPDIR/AppRun"
42
43
# Copy the binary and icon
-cp ./lisp-inference "$APPDIR/usr/bin/"
44
-cp ./lisp-inference.png "$APPDIR/lisp-inference.png"
+cp -v ./lisp-inference "$APPDIR/usr/bin/"
45
+cp -v /usr/share/icons/Adwaita/scalable/devices/computer-symbolic.svg "$APPDIR/"
46
47
# Run appimagetool
48
"$APPIMAGE_TOOL_PATH" "$APPDIR"
0 commit comments