mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Get app bundler dependencies in the windows build script
This commit is contained in:
parent
4ef0005d7c
commit
eac93a47ec
2 changed files with 6 additions and 0 deletions
3
.github/scripts/app/build_windows.sh
vendored
3
.github/scripts/app/build_windows.sh
vendored
|
@ -8,4 +8,7 @@
|
||||||
# $ start ./test/support/notebooks/basic.livemd
|
# $ start ./test/support/notebooks/basic.livemd
|
||||||
set -e
|
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
|
MIX_ENV=prod MIX_TARGET=app mix release app --overwrite
|
||||||
|
|
3
app_bundler/mix.lock
Normal file
3
app_bundler/mix.lock
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%{
|
||||||
|
"libpe": {:hex, :libpe, "1.1.2", "16337b414c690e0ee9c49fe917b059622f001c399303102b98900c05c229cd9a", [:mix], [], "hexpm", "31df0639fafb603b20078c8db9596c8984f35a151c64ec2e483d9136ff9f428c"},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue