mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 13:02:00 +08:00
working on rc file to define manifest and filetype (#3797)
* working on rc file to define manifest and filetype * use number 24 instead of name manifest
This commit is contained in:
parent
1843e377d3
commit
aa02dfe214
@ -2,6 +2,8 @@ id ICON "../../var/Slic3r.ico"
|
|||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 1,3,0,0
|
FILEVERSION 1,3,0,0
|
||||||
PRODUCTVERSION 1,3,0,0
|
PRODUCTVERSION 1,3,0,0
|
||||||
|
FILEOS 0x4
|
||||||
|
FILETYPE 0x1
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
BEGIN
|
BEGIN
|
||||||
@ -10,7 +12,7 @@ BEGIN
|
|||||||
VALUE "CompanyName", "Slic3r.org"
|
VALUE "CompanyName", "Slic3r.org"
|
||||||
VALUE "FileDescription", "3D Printer Slicer application"
|
VALUE "FileDescription", "3D Printer Slicer application"
|
||||||
VALUE "FileVersion", "1.3.0"
|
VALUE "FileVersion", "1.3.0"
|
||||||
VALUE "InternalName", "slic3r"
|
VALUE "InternalName", "slic3r.exe"
|
||||||
VALUE "LegalCopyright", "Alessandro Ranellucci"
|
VALUE "LegalCopyright", "Alessandro Ranellucci"
|
||||||
VALUE "OriginalFilename", "slic3r.exe"
|
VALUE "OriginalFilename", "slic3r.exe"
|
||||||
VALUE "ProductName", "Slic3r"
|
VALUE "ProductName", "Slic3r"
|
||||||
@ -22,4 +24,4 @@ BEGIN
|
|||||||
VALUE "Translation", 0x409, 1252
|
VALUE "Translation", 0x409, 1252
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
1 Manifest slic3r.exe.manifest
|
1 24 "slic3r.exe.manifest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user