@@ -1 +1 @@
--define(VERSION,"905e60").
+-define(VERSION,"581486").
@@ -3,7 +3,7 @@
-compile(export_all).
main(App) ->
- EmuArgs = "-noshell -noinput",
+ EmuArgs = "-noshell -noinput +pc unicode",
Files = static() ++ beams(fun filename:basename/1, fun read_file/1) ++ overlay(),
escript:create(App,[shebang,{comment,""},{emu_args,EmuArgs},{archive,Files,[memory]}]),
file:change_mode(App, 8#764),