Skip to content

Commit 415ae25

Browse files
committed
Various build fixes
1 parent 9d36ceb commit 415ae25

File tree

9 files changed

+299
-18
lines changed

9 files changed

+299
-18
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
chmod a+x ./squashfs-root/runtime
296296
chmod a+x ./squashfs-root/AppRun-patched
297297
chmod a+x ./squashfs-root/update.sh
298-
export UPD_INFO="gh-releases-zsync|Motobug|Project-Plus-Dolphin|continuous|Dolphin_Emulator-x86_64.AppImage.zsync"
298+
export UPD_INFO="gh-releases-zsync|Motobug|Project-Plus-Dolphin|continuous|Project+_Dolphin-x86_64.AppImage.zsync"
299299
/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
@@ -305,7 +305,7 @@ jobs:
305305
cat "$GITHUB_WORKSPACE"/squashfs-root/AppRun
306306
/tmp/squashfs-root/usr/bin/linuxdeploy-plugin-appimage --appdir="$GITHUB_WORKSPACE"/squashfs-root/
307307
ls . | grep *.AppImage
308-
mv Dolphin_Emulator-x86_64.AppImage $GITHUB_WORKSPACE/uploads/Dolphin_${DOLPHINVER}.AppImage
308+
mv Project+_Dolphin-x86_64.AppImage $GITHUB_WORKSPACE/uploads/Dolphin_${DOLPHINVER}.AppImage
309309
ls -al $GITHUB_WORKSPACE/uploads
310310
continue-on-error: true
311311
- name: Upload Static Build

Data/dolphin-emu.svg

Lines changed: 135 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)