mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed package location in script.
This commit is contained in:
parent
fe52e4a48e
commit
5d58150e03
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ Function PackageDbgSymbolsZip {
|
||||||
# This function creates the installer
|
# This function creates the installer
|
||||||
Function PackageInstaller {
|
Function PackageInstaller {
|
||||||
$setupOutput = "$(get-location)\setup"
|
$setupOutput = "$(get-location)\setup"
|
||||||
$innoSetup = "$(get-location)\greenshot\packages\Tools.InnoSetup.5.5.9\tools\ISCC.exe"
|
$innoSetup = "$(get-location)\packages\Tools.InnoSetup.5.5.9\tools\ISCC.exe"
|
||||||
$innoSetupFile = "$(get-location)\greenshot\releases\innosetup\setup.iss"
|
$innoSetupFile = "$(get-location)\greenshot\releases\innosetup\setup.iss"
|
||||||
Write-Host "Starting $innoSetup $innoSetupFile"
|
Write-Host "Starting $innoSetup $innoSetupFile"
|
||||||
$setupResult = Start-Process -wait -PassThru "$innoSetup" -ArgumentList "$innoSetupFile" -NoNewWindow -RedirectStandardOutput "$setupOutput.log" -RedirectStandardError "$setupOutput.error"
|
$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