Skip to content

Commit

Permalink
actually use distribution scripts (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythra authored Apr 5, 2024
1 parent eb6316e commit a15153c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions installer-scripts/osx/distribution.arm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="2">
<title>Sprig</title>
<domains enable_localSystem="true" />
<options customize="never"
require-scripts="false"
rootVolumeOnly="true"
hostArchitectures="arm64" />
<choices-outline>
<line choice="sprig"/>
</choices-outline>
<choice id="sprig" title="sprig">
<pkg-ref id="sprig.pkg"/>
</choice>
<pkg-ref id="sprig.pkg" version="0.0.6" />
</installer-gui-script>
File renamed without changes.

0 comments on commit a15153c

Please sign in to comment.