diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 23:43:15 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 23:43:15 +0000 |
| commit | 6b3c4079ba0d8a8238dbccadde33e632ee90ac7d (patch) | |
| tree | 9effb3a48da4fa38cd07f6a582e0ffe730150f61 /src/inkscape.rc | |
| parent | Drop btool .rc files (diff) | |
| download | inkscape-6b3c4079ba0d8a8238dbccadde33e632ee90ac7d.tar.gz inkscape-6b3c4079ba0d8a8238dbccadde33e632ee90ac7d.zip | |
Revert "Drop btool .rc files"
This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
Diffstat (limited to 'src/inkscape.rc')
| -rw-r--r-- | src/inkscape.rc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc new file mode 100644 index 000000000..ddb55ac30 --- /dev/null +++ b/src/inkscape.rc @@ -0,0 +1,30 @@ + +APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" +1 24 DISCARDABLE "./inkscape-manifest.xml" + +1 VERSIONINFO + FILEVERSION 0,93,0,0 + PRODUCTVERSION 0,93,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040901b5" + BEGIN + VALUE "Comments", "Published under the GNU GPL" + VALUE "CompanyName", "inkscape.org" + VALUE "FileDescription", "Inkscape" + VALUE "FileVersion", "0.92+devel" + VALUE "InternalName", "Inkscape" + VALUE "LegalCopyright", "© 2016 Inkscape" + VALUE "ProductName", "Inkscape" + VALUE "ProductVersion", "0.92+devel" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 1033, 437 + END +END + +1000 BITMAP "./show-preview.bmp" + |
