From a3ee750d54036135cddf2b565d27c9a59ae15138 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Mon, 12 Sep 2022 14:26:09 +0200 Subject: [PATCH] Remove unused variable --- app_bundler/lib/app_bundler/macos.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/app_bundler/lib/app_bundler/macos.ex b/app_bundler/lib/app_bundler/macos.ex index 1a04f6a88..f34d0a0d2 100644 --- a/app_bundler/lib/app_bundler/macos.ex +++ b/app_bundler/lib/app_bundler/macos.ex @@ -119,7 +119,6 @@ defmodule AppBundler.MacOS do log(:green, "signing", Path.relative_to_cwd(app_dir)) codesign(to_sign, "--options=runtime --entitlements=#{entitlements_plist_path}", notarization) - vsn = release.version dmg_path = "#{Mix.Project.build_path()}/#{app_name}Install.dmg" log(:green, "creating", Path.relative_to_cwd(dmg_path))