mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
parent
85b8583208
commit
4d0291ed71
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
||||||
# Package it up and send it off
|
# Package it up and send it off
|
||||||
./squashfs-root/usr/bin/appimagetool /rpcs3/build/appdir
|
./squashfs-root/usr/bin/appimagetool /rpcs3/build/appdir
|
||||||
ls
|
ls
|
||||||
COMM_TAG="$(grep 'version{.*}' rpcs3/rpcs3/rpcs3_version.cpp | awk -F[{,] '{printf "%d.%d.%d", $2, $3, $4}')"
|
COMM_TAG="$(grep 'version{.*}' ../rpcs3/rpcs3_version.cpp | awk -F[{,] '{printf "%d.%d.%d", $2, $3, $4}')"
|
||||||
COMM_COUNT="$(git rev-list --count HEAD)"
|
COMM_COUNT="$(git rev-list --count HEAD)"
|
||||||
curl -sLO https://github.com/hcorion/uploadtool/raw/master/upload.sh
|
curl -sLO https://github.com/hcorion/uploadtool/raw/master/upload.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue