mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-18 01:06:18 +03:00
18 lines
837 B
XML
18 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>DefaultVPN Installer</title>
|
|
<license file="LICENSE"/>
|
|
<choices-outline>
|
|
<line choice="install"/>
|
|
<line choice="uninstall"/>
|
|
</choices-outline>
|
|
<choice id="install" title="Install DefaultVPN" start_selected="true">
|
|
<pkg-ref id="org.defaultvpn.package"/>
|
|
</choice>
|
|
<choice id="uninstall" title="Uninstall DefaultVPN" start_selected="false">
|
|
<pkg-ref id="org.defaultvpn.uninstall"/>
|
|
</choice>
|
|
<pkg-ref id="org.defaultvpn.package" auth="Root" install-check="scripts/check_install.sh">DefaultVPN_install.pkg</pkg-ref>
|
|
<pkg-ref id="org.defaultvpn.uninstall" auth="Root" install-check="scripts/check_uninstall.sh">DefaultVPN_uninstall_component.pkg</pkg-ref>
|
|
</installer-gui-script>
|