Add target support for Electron (#1157)
* add initial support for Electron
This commit is contained in:
committed by
Joshua Granick
parent
dccc2da7cb
commit
e45f0dd51d
17
templates/electron/hxml/final.hxml
Normal file
17
templates/electron/hxml/final.hxml
Normal file
@@ -0,0 +1,17 @@
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
|
||||
--each
|
||||
|
||||
--next
|
||||
-js ::OUTPUT_FILE::
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
|
||||
--next
|
||||
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
|
||||
-main Electron ::HAXE_FLAGS::
|
||||
|
||||
-D html5
|
||||
-D html
|
||||
-D final
|
||||
-D js-flatten
|
||||
-dce full
|
||||
Reference in New Issue
Block a user