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
+6
View File
@@ -4,9 +4,15 @@
<Component Directory="InstallFolder">
<File Source="$(var.ElwigProjectDir)\bin\Publish\Elwig.exe" Id="Elwig.exe"/>
</Component>
<Component Directory="SourceFolder">
<File Source="$(ProjectDir)\Files\elwig.zip" Id="elwig.zip"/>
</Component>
<Component Directory="ConfigFolder" Permanent="true" NeverOverwrite="true">
<File Source="$(ProjectDir)\Files\config.ini" Id="config.ini"/>
</Component>
<Component Directory="ConfigFolder">
<File Source="$(ProjectDir)\Files\README.txt" Id="README.txt"/>
</Component>
</ComponentGroup>
</Fragment>
</Wix>