summaryrefslogtreecommitdiffstats
path: root/src/inkscape.rc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /src/inkscape.rc
parentInitial commit. (diff)
downloadinkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz
inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/inkscape.rc30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc
new file mode 100644
index 0000000..677dfb1
--- /dev/null
+++ b/src/inkscape.rc
@@ -0,0 +1,30 @@
+APPLICATION_ICON ICON "${CMAKE_SOURCE_DIR}/share/branding/inkscape.ico"
+1000 BITMAP "${CMAKE_SOURCE_DIR}/src/show-preview.bmp"
+1 24 "${CMAKE_BINARY_DIR}/src/${FILE_NAME}-manifest.xml"
+
+1 VERSIONINFO
+ FILEVERSION ${INKSCAPE_VERSION_MAJOR},${INKSCAPE_VERSION_MINOR},${INKSCAPE_VERSION_PATCH},0
+ PRODUCTVERSION ${INKSCAPE_VERSION_MAJOR},${INKSCAPE_VERSION_MINOR},${INKSCAPE_VERSION_PATCH},0
+ FILEOS 0x40004
+ FILETYPE 1
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "Inkscape project"
+ VALUE "FileDescription", "${PROGRAM_DESCRIPTION}"
+ VALUE "FileVersion", "${INKSCAPE_VERSION}"
+ VALUE "InternalName", "${PROGRAM_NAME}"
+ VALUE "LegalCopyright", "© ${COPYRIGHT_YEAR} Inkscape project"
+ VALUE "OriginalFilename", "${FILE_NAME}.exe"
+ VALUE "ProductName", "${PROGRAM_NAME}"
+ VALUE "ProductVersion", "${INKSCAPE_VERSION}"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0409, 1252
+ END
+END