mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Trying build with InnoSetup from NuGet package for easier maintaining.
This commit is contained in:
parent
cd7555099f
commit
3dff32b8e0
58 changed files with 6 additions and 12265 deletions
|
@ -235,7 +235,7 @@ Function PackageDbgSymbolsZip {
|
|||
# This function creates the installer
|
||||
Function PackageInstaller {
|
||||
$setupOutput = "$(get-location)\setup"
|
||||
$innoSetup = "$(get-location)\greenshot\tools\innosetup\ISCC.exe"
|
||||
$innoSetup = "$(get-location)\greenshot\packages\Tools.InnoSetup.5.5.9\tools\ISCC.exe"
|
||||
$innoSetupFile = "$(get-location)\greenshot\releases\innosetup\setup.iss"
|
||||
Write-Host "Starting $innoSetup $innoSetupFile"
|
||||
$setupResult = Start-Process -wait -PassThru "$innoSetup" -ArgumentList "$innoSetupFile" -NoNewWindow -RedirectStandardOutput "$setupOutput.log" -RedirectStandardError "$setupOutput.error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue