Changed python to python3 in run_build.js

This commit is contained in:
Nikita Khromov
2022-10-24 19:27:31 +05:00
parent c618c0a6c3
commit dc548da9eb

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
sys.path.append(sys.argv[1] + '/build_tools/scripts')