aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/osx_distribution.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/osx_distribution.xml')
-rw-r--r--build_tools/osx_distribution.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/build_tools/osx_distribution.xml b/build_tools/osx_distribution.xml
new file mode 100644
index 00000000..1c42fecb
--- /dev/null
+++ b/build_tools/osx_distribution.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<installer-gui-script minSpecVersion="1">
+ <title>fish shell</title>
+ <welcome file="welcome.rtf"/>
+ <background file="terminal_logo.png" scaling="proportional" alignment="bottomleft"/>
+ <pkg-ref id="com.ridiculousfish.fish-shell-pkg"/>
+ <options customize="never" require-scripts="false"/>
+ <choices-outline>
+ <line choice="default">
+ <line choice="com.ridiculousfish.fish-shell-pkg"/>
+ </line>
+ </choices-outline>
+ <choice id="default"/>
+ <choice id="com.ridiculousfish.fish-shell-pkg" visible="false">
+ <pkg-ref id="com.ridiculousfish.fish-shell-pkg"/>
+ </choice>
+ <pkg-ref id="com.ridiculousfish.fish-shell-pkg" version="0" onConclusion="none">fish.pkg</pkg-ref>
+</installer-gui-script>