export cutter version before building Appimage (#2212)

This commit is contained in:
Surendrajat 2020-05-24 16:28:54 +05:30 committed by GitHub
parent 0ea5d6fa4b
commit b1e79ec6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,6 +232,7 @@ after_success:
export FILE_TO_UPLOAD="$DMG_FILE"
; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export VERSION=$CUTTER_VERSION
make INSTALL_ROOT=appdir install &&
cp -r /usr/share/radare2 appdir/usr/share/ &&
mkdir -p appdir/usr/bin/translations &&