some pc automation stuff
Bakeware releases don't work at the moment! use normal mix releases
As this is a windows-focused application, we need to install some tooling first. If you already have a working elixir env, skip to step 4
- get scoop via powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- install build tools and elixir
scoop bucket add extras scoop install extras/vcredist2022 make mingw zstd erlang elixir
- set up hex
mix local.hex mix local.rebar
- install deps
mix deps.get mix deps.compile # for bakeware - build the thing
mix release