Add installer build scripts and configuration

This commit is contained in:
Reinier Criel 2025-11-25 08:21:35 -08:00
parent fb3a8582a2
commit 3420290ea9
22 changed files with 1377 additions and 7 deletions

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>Aikido Safe Chain</title>
<organization>dev.aikido</organization>
<domains enable_localSystem="true"/>
<options customize="never" require-scripts="true" rootVolumeOnly="true" />
<welcome file="welcome.html"/>
<conclusion file="conclusion.html"/>
<pkg-ref id="dev.aikido.safe-chain"/>
<options customize="never" require-scripts="true"/>
<choices-outline>
<line choice="default">
<line choice="dev.aikido.safe-chain"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="dev.aikido.safe-chain" visible="false">
<pkg-ref id="dev.aikido.safe-chain"/>
</choice>
<pkg-ref id="dev.aikido.safe-chain" version="1.0.0" onConclusion="none">component.pkg</pkg-ref>
</installer-gui-script>