Namdak Tonpa 9 лет назад
Родитель
Сommit
7eb557aeee
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 1 1
      src/mad_bundle.erl

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"905e60").
+-define(VERSION,"581486").


+ 1 - 1
src/mad_bundle.erl

@@ -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),