ziyouchutuwenwu

Results 23 comments of ziyouchutuwenwu

it seems to be working, need a bit change of code scripts/installer.exs ```elixir defp load_hex do if !Code.ensure_loaded?(Hex) do base_dir = System.user_home |> Path.join(".mix/archives") if base_dir |> File.exists? do sub_dirs...

making symbolic connection to system lib seems to be the easiest way, no need to change anything ```sh sudo ln -s ~/.mix/archives/hex-2.0.6/hex-2.0.6 /usr/lib/elixir/lib/hex ```

hi, not working, html code like this ```html Hello Neutralinojs body { background-color: white; } It works 🚀 Neutralino.init(); Neutralino.events.on("ready", () => { Neutralino.os.showMessageBox("ready", "on ready"); }); Neutralino.events.on("beforeClose", () =>...