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 153e6b6 commit 0ec5609Copy full SHA for 0ec5609
build-appimage.sh
@@ -22,14 +22,13 @@ APPDIR="TIC-80.AppDir"
22
rm -rf "$APPDIR"
23
mkdir -p "$APPDIR/usr/bin"
24
mkdir -p "$APPDIR/usr/lib"
25
-mkdir -p "$APPDIR/usr/share/applications"
26
mkdir -p "$APPDIR/usr/share/icons/hicolor/256x256/apps"
27
28
# Copy binary
29
cp build/bin/tic80 "$APPDIR/usr/bin/"
30
31
-# Copy desktop file
32
-sed 's|Icon=tic80|Icon=tic80.png|' build/linux/tic80.desktop.in > "$APPDIR/usr/share/applications/tic80.desktop"
+# Copy desktop file (must be in AppDir root and named after the AppImage)
+sed 's|Icon=tic80|Icon=tic80.png|' build/linux/tic80.desktop.in > "$APPDIR/TIC-80.desktop"
33
34
# Copy icon
35
cp build/linux/tic80.png "$APPDIR/usr/share/icons/hicolor/256x256/apps/"
0 commit comments