mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +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
|
||||
# build-appimage.sh
|
||||
|
||||
ZSYNC_STRING="gh-releases-zsync|project-slippi|Ishiiruka|latest|Slippi_Online-x86_64.AppImage.zsync"
|
||||
NETPLAY_APPIMAGE_STRING="Slippi_Online-x86_64.AppImage"
|
||||
PLAYBACK_APPIMAGE_STRING="Slippi_Playback-x86_64.AppImage"
|
||||
NETPLAY_APPIMAGE_STRING="Slippi_Online_Mainline-x86_64.AppImage"
|
||||
PLAYBACK_APPIMAGE_STRING="Slippi_Playback_Mainline-x86_64.AppImage"
|
||||
|
||||
LINUXDEPLOY_PATH="https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous"
|
||||
LINUXDEPLOY_FILE="linuxdeploy-x86_64.AppImage"
|
||||
|
@ -81,7 +80,7 @@ else
|
|||
cp ./Tools/appimageupdatetool ./AppDir/usr/bin/
|
||||
|
||||
# Bake an AppImage with the update metadata
|
||||
UPDATE_INFORMATION="${ZSYNC_STRING}" \
|
||||
OUTPUT="${NETPLAY_APPIMAGE_STRING}" \
|
||||
./Tools/linuxdeploy-update-plugin --appdir=./AppDir/
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue