Browse Source

Migrate deploy-linux.sh from lat9nq's repo.

pull/15/merge
bunnei 3 years ago
committed by GitHub
parent
commit
700f1d498e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .ci/scripts/linux/docker.sh

2
.ci/scripts/linux/docker.sh

@ -33,7 +33,7 @@ DESTDIR="$PWD/AppDir" ninja install
rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester
# Download tools needed to build an AppImage
wget -nc https://raw.githubusercontent.com/lat9nq/deploy/main/linux/deploy-linux.sh
wget -nc https://raw.githubusercontent.com/yuzu-emu/ext-linux-bin/main/gcc/deploy-linux.sh
wget -nc https://raw.githubusercontent.com/yuzu-emu/AppImageKit-checkrt/old/AppRun.sh
wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so
# Set executable bit

Loading…
Cancel
Save