Get app bundler dependencies in the windows build script

This commit is contained in:
Jonatan Kłosko 2022-08-11 13:56:46 +02:00
parent 4ef0005d7c
commit eac93a47ec
2 changed files with 6 additions and 0 deletions

View file

@ -8,4 +8,7 @@
# $ start ./test/support/notebooks/basic.livemd
set -e
mix local.hex --force --if-missing
mix local.rebar --force --if-missing
MIX_ENV=prod MIX_TARGET=app mix deps.get --only prod
MIX_ENV=prod MIX_TARGET=app mix release app --overwrite

3
app_bundler/mix.lock Normal file
View file

@ -0,0 +1,3 @@
%{
"libpe": {:hex, :libpe, "1.1.2", "16337b414c690e0ee9c49fe917b059622f001c399303102b98900c05c229cd9a", [:mix], [], "hexpm", "31df0639fafb603b20078c8db9596c8984f35a151c64ec2e483d9136ff9f428c"},
}