Skip to content

Commit a142e4c

Browse files
committed
added missign sourcepath
1 parent 244f6b5 commit a142e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Source: "{#IncludesDir}Rubberduck.RegisterAddIn.bat"; DestDir: "{app}"; Flags: i
105105
Source: "{#IncludesDir}Rubberduck.RegisterAddIn.reg"; DestDir: "{app}"; Flags: ignoreversion replacesameversion;
106106

107107
; 'LegacyWorkload' initial configuration (disables autocompletion and inspections that could spawn too many results in legacy code)
108-
Source: "\WorkloadConfigs\Legacy\rubberduck.config"; DestDir: "{userappdata}\{#AppName}"; Check: UseLegacyWorkloadConfig;
108+
Source: "{SourcePath}\WorkloadConfigs\Legacy\rubberduck.config"; DestDir: "{userappdata}\{#AppName}"; Check: UseLegacyWorkloadConfig;
109109

110110
[Registry]
111111
; DO NOT attempt to register VBE Add-In with this section. It doesn't work

0 commit comments

Comments
 (0)