summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-cli/version.rc')
-rw-r--r--mullvad-cli/version.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/mullvad-cli/version.rc b/mullvad-cli/version.rc
new file mode 100644
index 0000000000..8f9db10b4d
--- /dev/null
+++ b/mullvad-cli/version.rc
@@ -0,0 +1,27 @@
+#include "../dist-assets/windows/version.h"
+
+IDI_MAIN ICON "../dist-assets/icon.ico"
+
+1 VERSIONINFO
+FILEVERSION MAJOR_VERSION,MINOR_VERSION,PATCH_VERSION,0
+PRODUCTVERSION MAJOR_VERSION,MINOR_VERSION,PATCH_VERSION,0
+BEGIN
+BLOCK "StringFileInfo"
+BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "CompanyName", "Amagicom AB"
+ VALUE "FileDescription", "CLI for Mullvad VPN"
+ VALUE "FileVersion", PRODUCT_VERSION
+ VALUE "InternalName", "mullvad-cli"
+ VALUE "LegalCopyright", "(c) 2018 Amagicom AB"
+ VALUE "OriginalFilename", "mullvad.exe"
+ VALUE "ProductName", "Mullvad VPN"
+ VALUE "ProductVersion", PRODUCT_VERSION
+ END
+END
+BLOCK "VarFileInfo"
+BEGIN
+ VALUE "Translation", 0x409, 1252
+END
+END