mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Try DEL on windows with \ instead of /
This commit is contained in:
parent
58d3e43e1c
commit
a78a06d6ec
@ -43,7 +43,7 @@ if "%TARGETARCH%"=="386" (call make_distrib.bat win32) else (call make_distrib.b
|
|||||||
:: Go to results
|
:: Go to results
|
||||||
if "%TARGETARCH%"=="386" (cd ../binary_distrib/win32) else (cd ../binary_distrib/win64)
|
if "%TARGETARCH%"=="386" (cd ../binary_distrib/win32) else (cd ../binary_distrib/win64)
|
||||||
:: Remove wrong jogamp/gluegen natives from archive
|
:: Remove wrong jogamp/gluegen natives from archive
|
||||||
if "%TARGETARCH%"=="arm64" (del /F "bin/gluegen-rt-natives-windows-amd64.jar" && del /F "bin/jogl-all-natives-windows-amd64.jar")
|
if "%TARGETARCH%"=="arm64" (del /F bin\gluegen-rt-natives-windows-amd64.jar && del /F bin\jogl-all-natives-windows-amd64.jar)
|
||||||
:: Zip results to C:\out
|
:: Zip results to C:\out
|
||||||
del /F C:\out\binary_distrib.tar.gz
|
del /F C:\out\binary_distrib.tar.gz
|
||||||
if not exist "C:\out" mkdir "C:\out"
|
if not exist "C:\out" mkdir "C:\out"
|
||||||
|
Loading…
Reference in New Issue
Block a user