Fl4m3Ph03n1x
Elixir desktop application does open in Edge
Background
I am trying to run this TODO app by @dominicletz :
https://github.com/elixir-desktop/desktop-example-app
I have installed Erlang OTP 24.X, with wxWidgets and Elixir’s latest version.
I have also compiled sqlite for windows and everything is working… except for one thing:
When I run the app, I get an error:
As you can see here, Microsfot Edge cannot open a specific folder.
What I tried
I have created the folder manually, but nothing changed.
I also tried running the terminal (I am using cmder) with Admin permissions, but still, no luck.
Questions
What am I missing here?
How can I fix this?
Marked As Solved
Fl4m3Ph03n1x
After checking the run.bat file I found the issue. The script was trying to create a folder called "Todo" instead of Todo.
The following change fixes this script:
@echo off
set WX_APP_ICON="priv/icon.png"
set WX_APP_TITLE=Todo
iex -S mix
Hope it helps someone in the future.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











