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 61c3ffe commit 3dff794Copy full SHA for 3dff794
1 file changed
make-appimage.sh
@@ -8,8 +8,8 @@ export ARCH VERSION
8
export OUTPATH=./dist
9
export ADD_HOOKS="self-updater.bg.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11
-export ICON=/usr/share/icons/hicolor/512x512/apps/PCSX2.png
12
-export DESKTOP=/usr/share/applications/PCSX2.desktop
+export ICON=/usr/share/pixmaps/pcsx2.png
+export DESKTOP=/usr/share/applications/pcsx2.desktop
13
14
# Deploy dependencies
15
quick-sharun /usr/bin/pcsx2-qt /usr/share/pcsx2/resources/
0 commit comments