1
0

feat: add version info datat for windows, and application display name

This commit is contained in:
Gary Wang
2020-07-21 20:47:06 +08:00
parent cd942b4fcc
commit 92ded932ec
4 changed files with 71 additions and 43 deletions

View File

@@ -1 +1,17 @@
IDI_ICON1 ICON DISCARDABLE "icons/app-icon.ico"
IDI_ICON1 ICON DISCARDABLE "icons/app-icon.ico"
1 VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "Pineapple Pictures - Image Viewer"
VALUE "LegalCopyright", "MIT/Expat License - Copyright (C) 2020 Gary Wang"
VALUE "ProductName", "Pineapple Pictures"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END