Update appimage.sh

This commit is contained in:
qurious-pixel 2020-12-29 12:45:36 -08:00 committed by GitHub
parent 9d78564d3b
commit 642e46b4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -ex
BUILDBIN=/tmp/source/yuzu/build/bin
BUILDBIN=/yuzu/build/bin
BINFILE=yuzu-x86_64.AppImage
LOG_FILE=$HOME/curl.log
BRANCH=`echo ${GITHUB_REF##*/}`