mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-10-20 02:03:42 +08:00
Try to fix tar exporting
This commit is contained in:
@@ -36,6 +36,7 @@ if "%TARGETARCH%"=="386" (call make_distrib.bat win32) else (call make_distrib.b
|
||||
:: Zip results to C:\out
|
||||
if "%TARGETARCH%"=="386" (cd ../binary_distrib/win32) else (cd ../binary_distrib/win64)
|
||||
del /F C:\out\binary_distrib.tar.gz
|
||||
if not exist "C:\out" mkdir "C:\out"
|
||||
tar -czvf C:\out\binary_distrib.tar.gz *
|
||||
|
||||
GOTO :EOF
|
||||
|
Reference in New Issue
Block a user