mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?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>
|