From 6baff6f8d998e589d56c69be99a2c7a406d75b54 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sun, 14 Jul 2013 10:40:03 +0000 Subject: [PATCH] SDK: - add hint that windows sucks to the desktop executable window git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10723 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../src/com/jme3/gde/desktop/executables/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/Bundle.properties b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/Bundle.properties index 040d3a5c8..8ede27ef4 100644 --- a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/Bundle.properties +++ b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/Bundle.properties @@ -9,4 +9,4 @@ DesktopExeCustomizerPanel.jCheckBox1.text=Create Windows .exe file DesktopExeCustomizerPanel.jCheckBox2.text=Create Mac app bundle DesktopExeCustomizerPanel.jCheckBox3.text=Create Linux launcher DesktopExeCustomizerPanel.jLabel1.text=Select platforms to create launchers for -DesktopExeCustomizerPanel.jTextArea1.text=You can further configure the application launchers (icons etc.) by modifying the templates in the resources folder.\n\nThe command line options entered in the "Run" tab (e.g. to set the memory limits for the application) will automatically be added to the launchers. +DesktopExeCustomizerPanel.jTextArea1.text=You can further configure the application launchers (icons etc.) by modifying the templates in the resources folder.\n\nThe command line options entered in the "Run" tab (e.g. to set the memory limits for the application) will automatically be added to the launchers.\n\nNote that the Mac launcher zip contains extended file info (executable bit) that gets lost and breaks the application if you re-zip it on the Windows OS.