Updating templates path
This commit is contained in:
9
templates/webos/hxml/debug.hxml
Normal file
9
templates/webos/hxml/debug.hxml
Normal file
@@ -0,0 +1,9 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/webos/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro allowPackage("flash")
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D webos
|
||||
-D HXCPP_LOAD_DEBUG
|
||||
-D HXCPP_RTLD_LAZY
|
||||
-debug
|
||||
7
templates/webos/hxml/release.hxml
Normal file
7
templates/webos/hxml/release.hxml
Normal file
@@ -0,0 +1,7 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/webos/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro allowPackage("flash")
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D webos
|
||||
-D HXCPP_RTLD_LAZY
|
||||
10
templates/webos/template/appinfo.json
Normal file
10
templates/webos/template/appinfo.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "::APP_TITLE::",
|
||||
"id": "::APP_PACKAGE::",
|
||||
"type": "pdk",
|
||||
"version": "::APP_VERSION::",
|
||||
"vendor": "::APP_COMPANY::",
|
||||
"icon": "::APP_ICON::",
|
||||
"main": "::APP_FILE::",
|
||||
"requiredMemory": 40
|
||||
}
|
||||
1
templates/webos/template/package.properties
Normal file
1
templates/webos/template/package.properties
Normal file
@@ -0,0 +1 @@
|
||||
filemode.755=::APP_FILE::
|
||||
Reference in New Issue
Block a user