Skip to content

Commit

Permalink
🔨 Tweak build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 27, 2023
1 parent 89a3d2c commit 280f55e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ call :win_build x86_64-pc-windows-msvc windows-x64 agent_dart.dll
REM Archive the dynamic libs
tar -czvf windows.tar.gz windows-* && copy windows.tar.gz "..\packages\%PACKAGE_NAME%\windows\%PACKAGE_NAME%-v0.0.0.tar.gz"

REM Archive the dynamic libs
tar -czvf other.tar.gz linux-* windows-*

REM Cleanup
del /s /q linux-* windows-*
exit /b
Expand Down

0 comments on commit 280f55e

Please sign in to comment.