Skip to content

Commit

Permalink
Update build script for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Sep 15, 2024
1 parent c65bacf commit 1457e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildWindowsPackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ REM Build packages
)

REM Generate package
start /Wait PowerShell -NoLogo -Command Compress-Archive -Force -Path %APP_NAME%\bin\%CONFIG%\%FRAMEWORK%\%%r\publish\* -DestinationPath Packages\%CURRENT_VERSION%\%APP_NAME%-%CURRENT_VERSION%-%%r.zip
start /Wait PowerShell -ExecutionPolicy RemoteSigned -NoLogo -Command Compress-Archive -Force -Path %APP_NAME%\bin\%CONFIG%\%FRAMEWORK%\%%r\publish\* -DestinationPath Packages\%CURRENT_VERSION%\%APP_NAME%-%CURRENT_VERSION%-%%r.zip
if %ERRORLEVEL% neq 0 (
echo Failed to generate package: %ERRORLEVEL%
del /Q Packages\Packaging.txt
Expand Down

0 comments on commit 1457e6a

Please sign in to comment.