Sha256: 43ab8cc31dd8b588e1f34cffded8fd6fe41b83dd72e084e798597a96ce8883c5
Contents?: true
Size: 836 Bytes
Versions: 3
Compression:
Stored size: 836 Bytes
Contents
<?xml version="1.0" standalone="no"?> <installer-gui-script minSpecVersion="1"> <title><%= friendly_name %></title> <background file="background.png" alignment="bottomleft" mime-type="image/png"/> <welcome file="welcome.html" mime-type="text/html"/> <license file="license.html" mime-type="text/html"/> <!-- Generated by productbuild - - synthesize --> <pkg-ref id="<%= identifier %>"/> <options customize="never" require-scripts="false"/> <choices-outline> <line choice="default"> <line choice="<%= identifier %>"/> </line> </choices-outline> <choice id="default"/> <choice id="<%= identifier %>" visible="false"> <pkg-ref id="<%= identifier %>"/> </choice> <pkg-ref id="<%= identifier %>" version="<%= version %>" onConclusion="none"><%= component_pkg %></pkg-ref> </installer-gui-script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omnibus-4.0.0.rc.2 | resources/pkg/distribution.xml.erb |
omnibus-4.0.0.rc.1 | resources/pkg/distribution.xml.erb |
omnibus-4.0.0.beta.1 | resources/pkg/distribution.xml.erb |