Skip to content

Commit

Permalink
Added missing sourcepath macro
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Apr 23, 2021
1 parent a142e4c commit 70bceb8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ Source: "{#IncludesDir}Rubberduck.RegisterAddIn.bat"; DestDir: "{app}"; Flags: i
Source: "{#IncludesDir}Rubberduck.RegisterAddIn.reg"; DestDir: "{app}"; Flags: ignoreversion replacesameversion;

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

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

0 comments on commit 70bceb8

Please sign in to comment.