mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 09:24:05 +08:00
Fix desktop app build
This commit is contained in:
parent
a7c8e9e1c7
commit
8694330911
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ defmodule Standalone do
|
|||
File.write!(path, binary, [:binary])
|
||||
end
|
||||
|
||||
:zip.unzip(String.to_charlist(path), cwd: destination)
|
||||
:zip.unzip(String.to_charlist(path), cwd: String.to_charlist(destination))
|
||||
end
|
||||
|
||||
@doc """
|
||||
|
|
Loading…
Reference in a new issue