mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-01 09:07:26 +00:00
export cutter version before building Appimage (#2212)
This commit is contained in:
parent
0ea5d6fa4b
commit
b1e79ec6a6
@ -232,6 +232,7 @@ after_success:
|
|||||||
export FILE_TO_UPLOAD="$DMG_FILE"
|
export FILE_TO_UPLOAD="$DMG_FILE"
|
||||||
; fi
|
; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
export VERSION=$CUTTER_VERSION
|
||||||
make INSTALL_ROOT=appdir install &&
|
make INSTALL_ROOT=appdir install &&
|
||||||
cp -r /usr/share/radare2 appdir/usr/share/ &&
|
cp -r /usr/share/radare2 appdir/usr/share/ &&
|
||||||
mkdir -p appdir/usr/bin/translations &&
|
mkdir -p appdir/usr/bin/translations &&
|
||||||
|
Loading…
Reference in New Issue
Block a user