mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix pyinstaller package name
This commit is contained in:
parent
17ea0cfde4
commit
b7b9cfd64b
@ -4,7 +4,7 @@
|
|||||||
DIST_DIR=dist
|
DIST_DIR=dist
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
OPENMV_DIR=openmv
|
OPENMV_DIR=openmv
|
||||||
PACKAGE=$(python -c "import sys,platform; print(''.join(sys.platform+'_'+platform.machine()).lower())")
|
PACKAGE=$(python -c "import sys,platform; print('openmv_'+sys.platform+'_'+platform.machine()+'.tar.gz'.lower())")
|
||||||
SPEC_FILE=openmv-ide.spec
|
SPEC_FILE=openmv-ide.spec
|
||||||
|
|
||||||
rm -fr $DIST_DIR $BUILD_DIR $PACKAGE
|
rm -fr $DIST_DIR $BUILD_DIR $PACKAGE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user