Browse Source

SDK:
- fix path in macapp target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8756 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 13 years ago
parent
commit
92d8616b7b

+ 2 - 2
jme3-desktop-executables/src/com/jme3/gde/desktop/executables/macapp-targets.xml

@@ -1,6 +1,6 @@
     <target name="-mac-app" depends="-test-mac-app-enabled" if="is.mac.app.enabled">
         <echo>MacOSX Application Creation</echo>
-        <copy file="Info.plist" tofile="_Info.plist">
+        <copy file="resources/macapp/Info.plist" tofile="resources/macapp/_Info.plist">
             <filterchain>
                 <replacestring from="$${main.class}" to="${main.class}"/>
                 <replacestring from="$${run.jvmargs}" to="${run.jvmargs}"/>
@@ -14,7 +14,7 @@
             <zipfileset file="${dist.jar}" prefix="${application.title}.app/Contents/Resources/Java"/>
             <zipfileset dir="${dist.dir}/lib" prefix="${application.title}.app/Contents/Resources/Java/lib"/>
         </zip>
-        <delete file="_Info.plist"/>
+        <delete file="resources/macapp/_Info.plist"/>
     </target>
     <target name="-test-mac-app-enabled">
         <condition property="is.mac.app.enabled">