Skip to content

Commit

Permalink
Fix desktop app build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Dec 11, 2024
1 parent a7c8e9e commit 8694330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/app/standalone.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 8694330

Please sign in to comment.