mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
osx: add package customization file
This commit is contained in:
parent
b7f83dda3d
commit
8f77af6175
24
contrib/pm/Distribution.xml
Normal file
24
contrib/pm/Distribution.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<pkg-ref id="org.qucs.pkg"/>
|
||||
<options customize="never" require-scripts="false"/>
|
||||
|
||||
<!-- Define documents displayed at various steps -->
|
||||
<title>Qucs 0.0.18</title>
|
||||
<background file="qucslogo4_transparent.png" mime-type="image/png" alignment="center" scaling="tofit" />
|
||||
<welcome file="Welcome.rtf"/>
|
||||
<license file="License.rtf"/>
|
||||
<readme file="Readme.rtf"/>
|
||||
<domains enable_localSystem="true"/>
|
||||
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="org.qucs.pkg"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<choice id="default"/>
|
||||
<choice id="org.qucs.pkg" visible="false">
|
||||
<pkg-ref id="org.qucs.pkg"/>
|
||||
</choice>
|
||||
<pkg-ref id="org.qucs.pkg" version="0.0.18" onConclusion="none">qucs-0.0.18.pkg</pkg-ref>
|
||||
</installer-gui-script>
|
Loading…
x
Reference in New Issue
Block a user