Skip to content

Commit 14a2462

Browse files
authored
Update installer output dir (#1512)
1 parent 317e818 commit 14a2462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Setup/Setup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ResourceFiles Include="res\**\*.*" />
2929
</ItemGroup>
3030
<PropertyGroup>
31-
<SetupExeOutputFolder>$(RepoRootDir)assets\</SetupExeOutputFolder>
31+
<SetupExeOutputFolder>$(SolutionDir)..\assets\</SetupExeOutputFolder>
3232
<SetupExeName>Particular.ServicePulse-$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).exe</SetupExeName>
3333
</PropertyGroup>
3434
<MakeDir Directories="$(SetupExeOutputFolder)" />
@@ -47,4 +47,4 @@
4747
<Exec Command="$(AdvancedInstallerExe) /execute $(IntermediateOutputPath)$(AIPFile) $(IntermediateOutputPath)$(CommandFile)" />
4848
</Target>
4949

50-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)