Files
lime/templates/electron/hxml/final.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

20 lines
276 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
-D final
-D js-flatten
-dce full