We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7039 commit 62324eeCopy full SHA for 62324ee
Installer Build Script.iss
@@ -1,8 +1,8 @@
1
-#define BuildDir SourcePath + "RetailCoder.VBE\bin\Debug"
2
-#define AppName "RubberDuck"
+#define BuildDir SourcePath + "RetailCoder.VBE\bin\release"
+#define AppName "Rubberduck"
3
#define AddinDLL "Rubberduck.dll"
4
-#define AppVersion GetFileVersion(SourcePath + "RetailCoder.VBE\bin\Debug\Rubberduck.dll")
5
-#define AppPublisher "RubberDuck"
+#define AppVersion GetFileVersion(SourcePath + "RetailCoder.VBE\bin\release\Rubberduck.dll")
+#define AppPublisher "Rubberduck"
6
#define AppURL "http://rubberduck-vba.com"
7
#define License SourcePath + "\License.rtf"
8
#define OutputDirectory SourcePath + "\Installers"
0 commit comments