Skip to content

Commit

Permalink
Updated compile setup target to reflect new location of script file
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 27, 2023
1 parent 321f0e9 commit 31b4776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WUView/WUView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Target Name="CompileSetup" AfterTargets="PublishZip">
<PropertyGroup>
<PowerShellScript>-File "D:\Visual Studio\Source\PowerShell\PublishInnoSetup\PubSetup.ps1"</PowerShellScript>
<ScriptName>-issScript "D:\InnoSetup\WUView.iss"</ScriptName>
<ScriptName>-issScript &quot;$(ProjectDir)Inno_Setup\WUView.iss&quot;</ScriptName>
</PropertyGroup>
<Exec Command="pwsh -NoProfile $(PowerShellScript) $(ScriptName)" />
</Target>
Expand Down

0 comments on commit 31b4776

Please sign in to comment.