[DEV] support Windows data in zip
This commit is contained in:
parent
61e51bbc4a
commit
a0c8a89109
@ -269,8 +269,6 @@ gale::Context::Context(gale::Application* _application, int32_t _argc, const cha
|
||||
//etk::cout.setOutputFile(true);
|
||||
|
||||
GALE_INFO("GALE v:" << gale::getVersion());
|
||||
// TODO : remove this ...
|
||||
etk::initDefaultFolder("galeApplNoName");
|
||||
// request the init of the application in the main context of openGL ...
|
||||
if (m_imulationActive == true) {
|
||||
m_simulationFile.filePuts(etk::to_string(gale::getTime()));
|
||||
|
@ -566,10 +566,10 @@ def tool_generate_main_java_class(target, module, package_name):
|
||||
|
||||
"""
|
||||
#add properties on wallpaper :
|
||||
# my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["list", key, title, summary, [["key","value display"],["key2","value display 2"]])
|
||||
# my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["list", "testpattern", "Select test pattern", "Choose which test pattern to display", [["key","value display"],["key2","value display 2"]]])
|
||||
# my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["bool", key, title, summary, ["enable string", "disable String"])
|
||||
# my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["bool", "movement", "Motion", "Apply movement to test pattern", ["Moving test pattern", "Still test pattern"]
|
||||
# my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["list", key, title, summary, [["key","value display"],["key2","value display 2"]])
|
||||
# my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["list", "testpattern", "Select test pattern", "Choose which test pattern to display", [["key","value display"],["key2","value display 2"]]])
|
||||
# my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["bool", key, title, summary, ["enable string", "disable String"])
|
||||
# my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["bool", "movement", "Motion", "Apply movement to test pattern", ["Moving test pattern", "Still test pattern"]
|
||||
#copy needed resources :
|
||||
for res_source, res_dest in module.get_pkg("ANDROID_RESOURCES"):
|
||||
if res_source == "":
|
||||
|
Loading…
x
Reference in New Issue
Block a user