mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
Copy usr, closes #1310
This commit is contained in:
parent
cf80d485ea
commit
747fa38290
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ defmodule Standalone do
|
|||
File.cp!(file, Path.join(release_bin_dir, Path.basename(file)))
|
||||
end
|
||||
|
||||
# 4. copy usr
|
||||
cp_r!(Path.join(:code.root_dir(), "usr"), Path.join(release.path, "usr"))
|
||||
|
||||
%{release | erts_source: erts_source}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue