Files
lime/templates/electron/hxml/debug.hxml
Pete Shand e45f0dd51d Add target support for Electron (#1157)
* add initial support for Electron
2018-05-31 14:18:29 -07:00

15 lines
199 B
Plaintext

-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
-debug