Skip to content

Commit

Permalink
fix: fix windows packaging error
Browse files Browse the repository at this point in the history
Signed-off-by: windstone <[email protected]>
  • Loading branch information
notwindstone authored Jan 15, 2025
1 parent ef2569d commit 86b2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_info/win_install.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ OutFile "../@[email protected]"

; Version info
VIProductVersion "@Launcher_VERSION_NAME4@"
VIFileVersion "@Launcher_VERSION_NAME4@"
VIFileVersion "@Launcher_VERSION_NAME4_COMMA_WINDOWS@"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "@Launcher_DisplayName@"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "@Launcher_DisplayName@ Installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "@Launcher_Copyright@"
Expand Down

0 comments on commit 86b2a61

Please sign in to comment.