Skip to content

Commit 62324ee

Browse files
committed
changed script to point to release build
1 parent 11c7039 commit 62324ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Installer Build Script.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#define BuildDir SourcePath + "RetailCoder.VBE\bin\Debug"
2-
#define AppName "RubberDuck"
1+
#define BuildDir SourcePath + "RetailCoder.VBE\bin\release"
2+
#define AppName "Rubberduck"
33
#define AddinDLL "Rubberduck.dll"
4-
#define AppVersion GetFileVersion(SourcePath + "RetailCoder.VBE\bin\Debug\Rubberduck.dll")
5-
#define AppPublisher "RubberDuck"
4+
#define AppVersion GetFileVersion(SourcePath + "RetailCoder.VBE\bin\release\Rubberduck.dll")
5+
#define AppPublisher "Rubberduck"
66
#define AppURL "http://rubberduck-vba.com"
77
#define License SourcePath + "\License.rtf"
88
#define OutputDirectory SourcePath + "\Installers"

0 commit comments

Comments
 (0)