Просмотр исходного кода

Merge pull request #6324 from lat9nq/appimage-freeze

ci: linux: Freeze AppImage binaries
Ameer J 5 лет назад
Родитель
Сommit
bfe8816f7c
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      .ci/scripts/linux/docker.sh
  2. 1 1
      .ci/scripts/linux/upload.sh

+ 4 - 4
.ci/scripts/linux/docker.sh

@@ -30,10 +30,10 @@ make install DESTDIR=AppDir
 rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester
 rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester
 
 
 # Download tools needed to build an AppImage
 # Download tools needed to build an AppImage
-wget -nc https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
-wget -nc https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
-wget -nc https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/AppRun-patched-x86_64
-wget -nc https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/exec-x86_64.so
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/linuxdeploy-x86_64.AppImage
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/linuxdeploy-plugin-qt-x86_64.AppImage
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/AppRun-patched-x86_64
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so
 # Set executable bit
 # Set executable bit
 chmod 755 \
 chmod 755 \
     AppRun-patched-x86_64 \
     AppRun-patched-x86_64 \

+ 1 - 1
.ci/scripts/linux/upload.sh

@@ -21,7 +21,7 @@ cp build/bin/yuzu "$DIR_NAME"
 # Build an AppImage
 # Build an AppImage
 cd build
 cd build
 
 
-wget -nc https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/appimagetool-x86_64.AppImage
 chmod 755 appimagetool-x86_64.AppImage
 chmod 755 appimagetool-x86_64.AppImage
 
 
 if [ "${RELEASE_NAME}" = "mainline" ]; then
 if [ "${RELEASE_NAME}" = "mainline" ]; then