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 20, 2023
1 parent 80dd8a0 commit 33ddb65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ function BuildWindows
try { cmake --build "$RepoRoot/build" --config Release --parallel 16 }
catch { throw ErrorBuild }

Write-Host "Zipping binary"
Compress-Archive -path "C:\projects\openspadesplus\openspadesplus\build\bin\Release" -DestinationPath "C:\Windows.zip"
# STUPID LET APPVEYOR DO THIS
#Write-Host "Zipping binary"
#Compress-Archive -path "C:\projects\openspadesplus\openspadesplus\build\bin\Release" -DestinationPath "C:\Windows.zip"

BuildSuccess
}
Expand Down

0 comments on commit 33ddb65

Please sign in to comment.