diff options
| author | a1xd <[email protected]> | 2020-12-05 21:26:29 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-12-05 21:26:29 -0500 |
| commit | f87fa2c92e246fe0464eacfc2c338e34061e7fd4 (patch) | |
| tree | e4760c579597d0e292c7b03dff95d19bb8f3c750 /installer/installer.vcxproj | |
| parent | add more changes from review (diff) | |
| download | rawaccel-f87fa2c92e246fe0464eacfc2c338e34061e7fd4.tar.xz rawaccel-f87fa2c92e246fe0464eacfc2c338e34061e7fd4.zip | |
update signed, add installers
Diffstat (limited to 'installer/installer.vcxproj')
| -rw-r--r-- | installer/installer.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
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> |