mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
ci: update linux appimage file names
This commit is contained in:
parent
2fd0a9d450
commit
eb53a6406b
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
# build-appimage.sh
|
# build-appimage.sh
|
||||||
|
|
||||||
ZSYNC_STRING="gh-releases-zsync|project-slippi|Ishiiruka|latest|Slippi_Online-x86_64.AppImage.zsync"
|
NETPLAY_APPIMAGE_STRING="Slippi_Online_Mainline-x86_64.AppImage"
|
||||||
NETPLAY_APPIMAGE_STRING="Slippi_Online-x86_64.AppImage"
|
PLAYBACK_APPIMAGE_STRING="Slippi_Playback_Mainline-x86_64.AppImage"
|
||||||
PLAYBACK_APPIMAGE_STRING="Slippi_Playback-x86_64.AppImage"
|
|
||||||
|
|
||||||
LINUXDEPLOY_PATH="https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous"
|
LINUXDEPLOY_PATH="https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous"
|
||||||
LINUXDEPLOY_FILE="linuxdeploy-x86_64.AppImage"
|
LINUXDEPLOY_FILE="linuxdeploy-x86_64.AppImage"
|
||||||
|
@ -81,8 +80,8 @@ else
|
||||||
cp ./Tools/appimageupdatetool ./AppDir/usr/bin/
|
cp ./Tools/appimageupdatetool ./AppDir/usr/bin/
|
||||||
|
|
||||||
# Bake an AppImage with the update metadata
|
# Bake an AppImage with the update metadata
|
||||||
UPDATE_INFORMATION="${ZSYNC_STRING}" \
|
OUTPUT="${NETPLAY_APPIMAGE_STRING}" \
|
||||||
./Tools/linuxdeploy-update-plugin --appdir=./AppDir/
|
./Tools/linuxdeploy-update-plugin --appdir=./AppDir/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
unset NO_STRIP
|
unset NO_STRIP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue