Files
lime/templates/electron/hxml/release.hxml
2019-11-11 11:07:47 -08:00

21 lines
262 B
Plaintext

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