<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>E-Kup</title>
    <organization>com.ekup</organization>
    <license file="LICENSE.html"/>
    <pkg-ref id="com.ekup.app">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.ekup.app.daemon">
        <bundle-version/>
    </pkg-ref>
    <options require-scripts="false"/>
    <choices-outline>
        <line choice="com.ekup.app"/>
        <line choice="com.ekup.app.daemon"/>
    </choices-outline>
    <choice id="com.ekup.app" title="E-Kup App" description="The main E-Kup App" start_selected="true" enabled="false" visible="false">
        <pkg-ref id="com.ekup.app"/>
    </choice>
    <choice id="com.ekup.app.daemon" title="Launch at login" description="Starts E-Kup automatically when you log in" start_selected="true">
        <pkg-ref id="com.ekup.app.daemon"/>
    </choice>
    <pkg-ref id="com.ekup.app" version="1.0.4.0" onConclusion="none" installKBytes="95036">#E-Kup.pkg</pkg-ref>
    <pkg-ref id="com.ekup.app.daemon" version="1.0.4.0" onConclusion="none" installKBytes="1">#E-Kup_Daemon.pkg</pkg-ref>
</installer-gui-script>