Ignore:
Timestamp:
2014-02-04T20:22:09+13:00 (10 years ago)
Author:
ak19
Message:

Moving Windows shortcut icon from the bin folder to a new resources folder in the install location

File:
1 edited

Legend:

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

    r28822 r28832  
    3131            <copy file="${rk.home}/shared/core/search4j/search4j.exe" todir="${basedir}/compiled/bin" />
    3232            <!-- copy icon for windows -->
    33             <copy file="${rk.home}/shared/core/icon/icon.ico" todir="${basedir}/compiled/bin" />
     33            <mkdir dir="${basedir}/compiled/resources"/>
     34            <copy file="${rk.home}/shared/core/icon/icon.ico" todir="${basedir}/compiled/resources" />
    3435        </if>
    3536        <!-- copy run scripts -->
Note: See TracChangeset for help on using the changeset viewer.