mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 07:01:43 +08:00
Fix macOS build (#911)
This commit is contained in:
parent
bd3363acde
commit
0405690177
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ defmodule AppBuilder.MacOS do
|
|||
File.mkdir_p!(Path.join([app_bundle_path, "Contents", "Resources"]))
|
||||
File.rename!(release.path, Path.join([app_bundle_path, "Contents", "Resources", "rel"]))
|
||||
|
||||
File.mkdir_p!("tmp")
|
||||
launcher_src_path = "tmp/Launcher.swift"
|
||||
File.write!(launcher_src_path, launcher())
|
||||
launcher_path = Path.join([app_bundle_path, "Contents", "MacOS", app_name <> "Launcher"])
|
||||
|
|
Loading…
Reference in a new issue