Files
lime/templates/electron/hxml/debug.hxml
P.J.Shand 4aeb59f7f1 amend hxml templates
Rename Electron.hx to ElectronSetup.hx to make it more clear what it does
2018-07-31 08:54:44 -07:00

18 lines
250 B
Plaintext

--each
--next
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-lib electron
-main ApplicationMain ::HAXE_FLAGS::
--next
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
-cp ::OUTPUT_DIR::/haxe
-lib electron
-main ElectronSetup
-dce full
-D html5
-D html
-debug