Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2015-06-25 00:12:11 +0300
committerOliver Schneider <oliver@assarbad.net>2015-06-25 00:12:11 +0300
commit8f7c5ef2c61da06038f4d8314af64b4b548757b5 (patch)
tree3cc10dec269713e65393dfde852b7abaa7c97447
parentb3ac984bd08ffa90ef5f3321fc79942ec37093bd (diff)
Little fix
--HG-- branch : WDS-build
-rw-r--r--src/host/premake4.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/premake4.rc b/src/host/premake4.rc
index a2acdb2..10ce7a2 100644
--- a/src/host/premake4.rc
+++ b/src/host/premake4.rc
@@ -28,7 +28,7 @@ BEGIN
VALUE "FileVersion", "4.4-wds"
VALUE "InternalName", "premake4-windirstat"
VALUE "LegalCopyright", "Copyright (C) 2002-2013 by Jason Perkins, with minor customizations by WDS team"
- VALUE "OriginalFilename", "windirstat.exe"
+ VALUE "OriginalFilename", "premake4.exe"
VALUE "ProductName", "premake4"
VALUE "ProductVersion", "4.4-wds"
END