Force python3 when running sys/version.py (#1565)
This commit is contained in:
parent
a36d32f5db
commit
d3e03bb4a2
1 changed files with 1 additions and 1 deletions
2
dist/osx/build_osx_package.sh
vendored
2
dist/osx/build_osx_package.sh
vendored
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Script to create a OSX .pkg file to install Rizin
|
||||
|
||||
VERSION=$(./sys/version.py)
|
||||
VERSION=$(python3 ./sys/version.py)
|
||||
RIZINDIR=$(pwd)
|
||||
RIZININSTALL=/tmp/rizin-install
|
||||
OSXPKGDIR=/tmp/osxpkgtmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue