summaryrefslogtreecommitdiff
path: root/.travis/linux/upload.sh
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-01-13 21:37:06 +0000
committerMerryMage <MerryMage@users.noreply.github.com>2018-01-13 22:38:47 +0000
commitf95789a0b3f881a17d854534244ad380389d0cb1 (patch)
tree25e233f7fb4624e7b0d62a5b64534f766e4e3f02 /.travis/linux/upload.sh
parent20a2e80a9f0d2b3b29a46ae718aff34023fb2378 (diff)
Update build scripts
Diffstat (limited to '.travis/linux/upload.sh')
-rwxr-xr-x.travis/linux/upload.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis/linux/upload.sh b/.travis/linux/upload.sh
index dd265e0fd..8a029bbe2 100755
--- a/.travis/linux/upload.sh
+++ b/.travis/linux/upload.sh
@@ -2,13 +2,13 @@
. .travis/common/pre-upload.sh
-REV_NAME="citra-linux-${GITDATE}-${GITREV}"
+REV_NAME="yuzu-linux-${GITDATE}-${GITREV}"
ARCHIVE_NAME="${REV_NAME}.tar.xz"
COMPRESSION_FLAGS="-cJvf"
mkdir "$REV_NAME"
-cp build/src/citra/citra "$REV_NAME"
-cp build/src/citra_qt/citra-qt "$REV_NAME"
+cp build/src/yuzu_cmd/yuzu-cmd "$REV_NAME"
+cp build/src/yuzu/yuzu "$REV_NAME"
. .travis/common/post-upload.sh