mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
appimage: Fix desktop integration
This commit is contained in:
committed by
GitHub
parent
201777fac6
commit
aab4d82164
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "${APPIMAGE}" != "" ]; then
|
if [ "${APPIMAGE}" != "" ]; then
|
||||||
|
export PATH="$APPDIR/usr/bin:$PATH"
|
||||||
"${APPDIR}/usr/bin/Vita3K" $@
|
"${APPDIR}/usr/bin/Vita3K" $@
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Vita3K
|
Name=Vita3K
|
||||||
|
Exec=Vita3K
|
||||||
Icon=vita3k
|
Icon=vita3k
|
||||||
Categories=Game;Emulator;X-None;
|
Categories=Game;Emulator;X-None;
|
||||||
|
|||||||
Reference in New Issue
Block a user