Remove unused function

This commit is contained in:
Wojtek Mach 2022-09-12 14:26:45 +02:00
parent a3ee750d54
commit bf448122a9

View file

@ -11,14 +11,6 @@ defmodule AppBundler do
end
end
def target do
case :erlang.system_info(:system_architecture) do
'x86_64-apple-' ++ _ -> "macos-x86_64"
'aarch64-apple-' ++ _ -> "macos-aarch64"
'win32' -> "windows-x86_64"
end
end
def os do
case :os.type() do
{:unix, :darwin} -> :macos