summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/installer.rc2
-rw-r--r--installer/installer.vcxproj3
2 files changed, 3 insertions, 2 deletions
diff --git a/installer/installer.rc b/installer/installer.rc
index 4f56541..43672d7 100644
--- a/installer/installer.rc
+++ b/installer/installer.rc
@@ -72,7 +72,7 @@ BEGIN
BEGIN
VALUE "FileDescription", "Raw Accel installer (" RA_MIN_OS ")"
VALUE "FileVersion", RA_VER_STRING
- VALUE "OriginalFilename", "converter.exe"
+ VALUE "OriginalFilename", "installer.exe"
VALUE "ProductName", "Raw Accel"
VALUE "ProductVersion", RA_VER_STRING
END
diff --git a/installer/installer.vcxproj b/installer/installer.vcxproj
index de4bb0e..fa18344 100644
--- a/installer/installer.vcxproj
+++ b/installer/installer.vcxproj
@@ -99,7 +99,8 @@
<AdditionalManifestFiles>install.manifest</AdditionalManifestFiles>
</Manifest>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)"</Command>
+ <Command>
+ </Command>
</PostBuildEvent>
<ResourceCompile>
<AdditionalIncludeDirectories>$(SolutionDir)/common;</AdditionalIncludeDirectories>