Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonperforming authored Feb 18, 2023
1 parent e5f5a7b commit 80dd8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function BuildWindows
catch { throw ErrorBuild }

Write-Host "Zipping binary"
Compress-Archive -path "C:\projects\openspadesplus\openspadesplus\build\bin\MinSizeRel" -DestinationPath "C:\Windows.zip"
Compress-Archive -path "C:\projects\openspadesplus\openspadesplus\build\bin\Release" -DestinationPath "C:\Windows.zip"

BuildSuccess
}
Expand Down

0 comments on commit 80dd8a0

Please sign in to comment.