mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-08 18:23:50 +08:00
Fix error in script execution
This commit is contained in:
@@ -59,9 +59,9 @@ set -e
|
|||||||
#Generate distribution
|
#Generate distribution
|
||||||
chmod +x make_distrib.sh
|
chmod +x make_distrib.sh
|
||||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||||
make_distrib.sh linux64
|
./make_distrib.sh linux64
|
||||||
else
|
else
|
||||||
make_distrib.sh linux32
|
./make_distrib.sh linux32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
|
|||||||
Reference in New Issue
Block a user