From 8694330911cb8dcb10d6285387ee4a8ccc6e347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 12 Dec 2024 00:06:28 +0800 Subject: [PATCH] Fix desktop app build --- rel/app/standalone.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/app/standalone.exs b/rel/app/standalone.exs index 423a1c61f29..74db967b45c 100644 --- a/rel/app/standalone.exs +++ b/rel/app/standalone.exs @@ -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 """