Ignore:
Timestamp:
2013-12-03T17:10:34+13:00 (10 years ago)
Author:
ak19
Message:

Expeditee team (jts21). Test/fix changes to Mac dmg, add generated DS_Store

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/ant-scripts/wrap.xml

    r28739 r28741  
    190190            </exec>
    191191            <!-- add background image, icon and .DS_STORE -->
    192             <mkdir dir="/Volumes/${dmg.name}/.background"/>
    193192            <copy file="${rk.home}/shared/mac/dmg-bg.png"
    194                 tofile="/Volumes/${dmg.name}/.background/background.png"
     193                tofile="/Volumes/${dmg.name}/.background.png"
    195194                overwrite="true"/>
    196195            <copy file="${rk.home}/shared/core/icon/icon.icns"
     
    211210            </exec>
    212211            <!-- Compress it to a new image -->
     212            <!--
    213213            <exec executable="hdiutil" failonerror="true">
    214214                <arg line="convert ${dmg.name}-tmp.dmg -format UDZO -o ${dmg.name}.dmg"/>
    215215            </exec>
     216            -->
    216217            <!-- Delete the temporary image -->
    217218            <delete file="${dmg.name}-tmp.dmg" quiet="yes" failonerror="false"/>
Note: See TracChangeset for help on using the changeset viewer.