Installer: Bundle and ship source code together with binaries
Test / Run tests (push) Successful in 3m14s

This commit is contained in:
2026-05-01 15:10:19 +02:00
parent 0617726139
commit 5db5876905
7 changed files with 41 additions and 3 deletions
+4
View File
@@ -34,7 +34,11 @@
<DefineConstants>ProductVersion=$(ElwigFileVersion);BuildPath=..\Elwig\bin\Publish;ElwigProjectDir=..\Elwig</DefineConstants>
</PropertyGroup>
</Target>
<Target Name="CreateSourceArchive" BeforeTargets="BeforeBuild">
<Exec Command="git -C .. archive -o $(ProjectDir)\Files\elwig.zip HEAD" />
</Target>
<ItemGroup>
<None Include="Files\config.ini" />
<None Include="Files\README.txt" />
</ItemGroup>
</Project>