App build output naming consistency

This commit is contained in:
hensm
2019-03-05 19:15:08 +00:00
parent 45908a09e1
commit 1d4337cc7a
2 changed files with 70 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
!define UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\{{winRegistryKey}}"
Name "{{applicationName}} v{{applicationVersion}}"
OutFile "{{outFile}}"
OutFile "{{outputName}}"
InstallDir "{{executablePath}}"
RequestExecutionLevel user