From eb53a6406b37efd4ac5af91303bee96ad1b991a4 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Thu, 21 Sep 2023 17:44:58 -0700 Subject: [PATCH] ci: update linux appimage file names --- build-appimage.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-appimage.sh b/build-appimage.sh index 96396f6ae6..1ed7536cc0 100644 --- a/build-appimage.sh +++ b/build-appimage.sh @@ -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,8 +80,8 @@ else cp ./Tools/appimageupdatetool ./AppDir/usr/bin/ # Bake an AppImage with the update metadata - UPDATE_INFORMATION="${ZSYNC_STRING}" \ - ./Tools/linuxdeploy-update-plugin --appdir=./AppDir/ + OUTPUT="${NETPLAY_APPIMAGE_STRING}" \ + ./Tools/linuxdeploy-update-plugin --appdir=./AppDir/ fi unset NO_STRIP