Force python3 when running sys/version.py (#1565)

This commit is contained in:
Riccardo Schirone 2021-09-01 10:21:45 +02:00 committed by GitHub
parent a36d32f5db
commit d3e03bb4a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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