Skip to content

Commit b112e24

Browse files
committed
Merge remote-tracking branch 'upstream/next' into Issue2947_ToDoHeaderReorder
2 parents e82c4b9 + d871ac0 commit b112e24

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Rubberduck.Deployment/InnoSetup/Rubberduck.Installer.Build.iss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;The file must be encoded in UTF-8 BOM
22

3-
#pragma include __INCLUDE__ + ";" + SourcePath + "\Includes\"
3+
#pragma include __INCLUDE__ + ";" + SourcePath + "Includes\"
44

55
#define protected
66
#define BuildDir ExtractFileDir(ExtractFileDir(SourcePath)) + "\bin\"
7-
#define IncludesDir SourcePath + "\Includes\"
8-
#define GraphicsDir SourcePath + "\Graphics\"
7+
#define IncludesDir SourcePath + "Includes\"
8+
#define GraphicsDir SourcePath + "Graphics\"
99
#define AppName "Rubberduck"
1010
#define AddinDLL "Rubberduck.dll"
1111
#define Tlb32bit "Rubberduck.x32.tlb"
@@ -16,7 +16,7 @@
1616
#define AppVersion GetFileVersion(BuildDir + "Rubberduck.dll")
1717
#define AppPublisher "Rubberduck"
1818
#define AppURL "http://rubberduckvba.com"
19-
#define License SourcePath + "\Includes\License.rtf"
19+
#define License IncludesDir + "License.rtf"
2020
#define OutputDirectory SourcePath + "Installers\"
2121
#define AddinProgId "Rubberduck.Extension"
2222
#define AddinCLSID "8D052AD8-BBD2-4C59-8DEC-F697CA1F8A66"
@@ -25,6 +25,7 @@
2525
#pragma message "Include: " + __INCLUDE__
2626
#pragma message "SourcePath: " + SourcePath
2727
#pragma message "BuildDir: " + BuildDir
28+
#pragma message "GraphicsDir: " + GraphicsDir
2829
#pragma message "AppName: " + AppName
2930
#pragma message "AddinDLL: " + AddinDLL
3031
#pragma message "DllFullPath: " + DllFullPath

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dotnet_csproj:
5353

5454
before_build:
5555
- development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
56-
- cinst innosetup
56+
- cinst innosetup -version 5.6.1
5757
- cinst codecov
5858
- cinst opencover.portable
5959
- nuget restore RubberduckMeta.sln

0 commit comments

Comments
 (0)