File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 mkdir -p squashfs-root
286286 cp -a build/install/usr $GITHUB_WORKSPACE/squashfs-root/
287287 cp Data/dolphin-emu.svg ./squashfs-root/dolphin-emu.svg
288- cp Data/dolphin-emu .desktop ./squashfs-root/dolphin-emu .desktop
288+ cp Data/project-plus-dolphin .desktop ./squashfs-root/project-plus-dolphin .desktop
289289 curl -sSfL https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64 -o ./squashfs-root/runtime
290290 curl -sSfL "https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64" -o ./squashfs-root/AppRun-patched
291291 cp ci/travis/appimage/{AppRun,update.sh} ./squashfs-root/
@@ -296,7 +296,7 @@ jobs:
296296 chmod a+x ./squashfs-root/AppRun-patched
297297 chmod a+x ./squashfs-root/update.sh
298298 export UPD_INFO="gh-releases-zsync|Motobug|Project-Plus-Dolphin|continuous|Dolphin_Emulator-x86_64.AppImage.zsync"
299- /tmp/squashfs-root/AppRun --appdir="$GITHUB_WORKSPACE"/squashfs-root/ --plugin qt -d "$GITHUB_WORKSPACE"/squashfs-root/dolphin-emu .desktop -i "$GITHUB_WORKSPACE"/squashfs-root/dolphin-emu.svg \
299+ /tmp/squashfs-root/AppRun --appdir="$GITHUB_WORKSPACE"/squashfs-root/ --plugin qt -d "$GITHUB_WORKSPACE"/squashfs-root/project-plus-dolphin .desktop -i "$GITHUB_WORKSPACE"/squashfs-root/dolphin-emu.svg \
300300 --exclude-library=libglib* --output appimage
301301 ls . | grep *.AppImage
302302 mv $(ls . | grep *.AppImage) $GITHUB_WORKSPACE/artifacts
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Version =1.0
3+ Icon =dolphin-emu
4+ Exec =project-plus-dolphin
5+ Terminal =false
6+ Type =Application
7+ Categories =Game;Emulator;
8+ Name =Project+ Dolphin
9+ GenericName =Wii/GameCube Emulator
10+ Comment =A Wii/GameCube Emulator
You can’t perform that action at this time.
0 commit comments