Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vatara committed Mar 6, 2021
1 parent 6fc04f2 commit 30582e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions SearchPatrol.Wpf/Installer/build-both.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Push-Location $PSScriptRoot
msbuild .. -p:Configuration=Release /p:Platform=x64
# compress-archive makes zips that don't work many places because it uses \ instead of / for folders
.\7z u SearchPatrol-standalone.zip ../bin/x64/Release/*
iscc SearchPatrolSetup.iss
Pop-Location
4 changes: 4 additions & 0 deletions SearchPatrol.Wpf/Installer/build-installer.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Push-Location $PSScriptRoot
msbuild .. -p:Configuration=Release /p:Platform=x64
iscc SearchPatrolSetup.iss
Pop-Location
5 changes: 2 additions & 3 deletions SearchPatrol.Wpf/Installer/build-standalone.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Push-Location $PSScriptRoot

msbuild .. -p:Configuration=Release /p:Platform=x64
# compress-archive makes zips that don't work many places because it uses \ instead of / for folders
.\7z u SearchPatrol-standalone.zip ../bin/x64/Release/*

Pop-Location
Pop-Location

0 comments on commit 30582e4

Please sign in to comment.