Skip to content

Commit

Permalink
fix: Change archiver of updater package to 7z so that the resulting .…
Browse files Browse the repository at this point in the history
…zip is in compatible format for auto update
  • Loading branch information
PRTTMPRPHT authored and pascalbreuninger committed Nov 26, 2024
1 parent c37f170 commit 37c5189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
Write-Output "Re-compressing updater"
Set-Location -Path ".."
Compress-Archive -CompressionLevel NoCompression -Path "$updater_extraction_folder_path\*" -DestinationPath "$updater_zip_file_path"
7z a -tzip -mx=0 "$updater_zip_file_path" ".\$updater_extraction_folder_path\*"
Remove-Item "$updater_zip_file_path.sig"
Write-Output "Re-signing updater zip"
Expand Down

0 comments on commit 37c5189

Please sign in to comment.