mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-08 15:56:12 +02:00
Move installer script to ./installer directory
This commit is contained in:
BIN
Binary file not shown.
@@ -1,23 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
|
||||||
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Remove="Inno\**" />
|
|
||||||
<EmbeddedResource Remove="Inno\**" />
|
|
||||||
<None Remove="Inno\**" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<None Update="Installer.iss">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
||||||
<Exec Command=""$(ProjectDir)Inno\ISCC.exe" "$(ProjectDir)Installer.iss"" />
|
|
||||||
</Target>
|
|
||||||
</Project>
|
|
||||||
Reference in New Issue
Block a user