Skip to content

Commit

Permalink
Fix properties for Windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Dec 16, 2023
1 parent e9f0e09 commit a6da96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/build-installer_win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target/rcedit.exe "target/native-image/mppatch-installer.exe" `
--set-file-version "$FILE_VERSION" `
--set-version-string "ProductName" "MPPatch" `
--set-product-version "$VERSION" `
--set-version-string "LegalCopyright" "©Lymia Kanokawa; available under the MIT License" `
--set-version-string "LegalCopyright" "(C) Lymia Kanokawa; available under the MIT License" `
--set-version-string "OriginalFilename" "mppatch-installer.exe" `
--set-version-string "Comments" "This is the internal installer. It should not be downloaded seperately." `
--set-icon "scripts/res/mppatch-installer.ico" `
Expand Down Expand Up @@ -78,7 +78,7 @@ target/rcedit.exe "target/mppatch-installer-stub.exe" `
--set-file-version "$FILE_VERSION" `
--set-version-string "ProductName" "MPPatch" `
--set-product-version "$VERSION" `
--set-version-string "LegalCopyright" "©Lymia Kanokawa; available under the MIT License" `
--set-version-string "LegalCopyright" "(C) Lymia Kanokawa; available under the MIT License" `
--set-version-string "OriginalFilename" "MPPatch-Installer_win32_$VERSION.exe" `
--set-icon "scripts/res/mppatch-installer.ico" `
--application-manifest "scripts/res/win32-manifest.xml"
Expand Down

0 comments on commit a6da96c

Please sign in to comment.