forked from radareorg/radare2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDistribution
26 lines (26 loc) · 1.04 KB
/
Distribution
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="2">
<title>Radare</title>
<license file="COPYING.LESSER" mime-type="text/plain"/>
<pkg-ref id="org.radare.radare2">
<bundle-version/>
</pkg-ref>
<options customize="never" require-scripts="false" hostArchitectures="i386,x86_64"/>
<volume-check>
<allowed-os-versions>
<os-version min="10.7"/>
</allowed-os-versions>
</volume-check>
<choices-outline>
<line choice="default">
<line choice="org.radare.radare2"/>
</line>
</choices-outline>
<choice id="default" customLocation="usr"/>
<choice id="org.radare.radare2" visible="false">
<pkg-ref id="org.radare.radare2"/>
</choice>
<pkg-ref id="org.radare.radare2" version="0" onConclusion="none" installKBytes="51182">#radare2.pkg</pkg-ref>
<welcome file="welcome.rtf" mime-type="text/enriched"/>
<background file="r2logo.png" mime-type="image/png" alignment="bottomleft"/>
</installer-gui-script>