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, 0 insertions, 27 deletions
diff --git a/mullvad-cli/version.rc b/mullvad-cli/version.rc
deleted file mode 100644
index 8f9db10b4d..0000000000
--- a/mullvad-cli/version.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-#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