mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Append machine name/processor to release package
This commit is contained in:
parent
630bdb1789
commit
2cd8fe26ac
@ -4,7 +4,7 @@
|
||||
DIST_DIR=dist
|
||||
BUILD_DIR=build
|
||||
OPENMV_DIR=openmv
|
||||
PACKAGE=openmv.tar.gz
|
||||
PACKAGE=$(echo openmv_`uname -s`_`uname -m`.tar.gz | tr '[:upper:]' '[:lower:]')
|
||||
SPEC_FILE=openmv-ide.spec
|
||||
|
||||
rm -fr $DIST_DIR $BUILD_DIR $PACKAGE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user