Skip to content

Commit 4219b86

Browse files
committed
fine have both whatever
1 parent f4233a1 commit 4219b86

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Data/dolphin-emu.desktop

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)