updated system to be less resource hungry

This commit is contained in:
Martin Barker
2023-11-07 18:55:22 +00:00
parent 66ffeb4fb8
commit 25110f29bc
4 changed files with 12 additions and 25 deletions

View File

@@ -72,14 +72,9 @@ $appArgs = 'sign',
$appArgs = $appArgs + $files;
#run the signtool
#signtool $appArgs;
signtool $appArgs;
# once files are signed package into zip
Get-ChildItem './' | where { $_.Name -notin 'sign.ps1'} | Compress-Archive -DestinationPath 'Twitchy.zip' -Update
$setupArgs =
'/pu+',
'/DSourceDir=TwitchDesktopNotifications\bin\x64\ReleaseSign\net6.0-windows10.0.17763.0\',
'../../../../../setup.iss';
iscc $setupArgs
Exit $LASTEXITCODE