Changeset 27379


Ignore:
Timestamp:
2013-05-21T14:52:51+12:00 (11 years ago)
Author:
ak19
Message:

Release kit needs to set up the mac shortcuts (.app)

Location:
main/trunk/release-kits/kits/rk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r27368 r27379  
    179179
    180180        <!-- FLAX END -->
     181
     182        <!-- if mac -->
     183        <target
     184            target="Installing Mac Shortcuts"
     185            diskRequirement="~2.2 MB"
     186            defaultValue="true"
     187            displayText=""
     188            force="true"/>
     189        <!-- /if -->
    181190    </page>
    182191
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r27348 r27379  
    374374    </target>
    375375
     376    <target name="Installing Mac Shortcuts">
     377      <echo>Installing Mac Shortcuts</echo>
     378      <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
     379    </target>
    376380   
    377381    <!-- util target to extract the given component -->
Note: See TracChangeset for help on using the changeset viewer.