mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-27 01:42:11 +08:00
Remove unused variable
This commit is contained in:
parent
0fd6eed255
commit
a3ee750d54
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ defmodule AppBundler.MacOS do
|
||||||
log(:green, "signing", Path.relative_to_cwd(app_dir))
|
log(:green, "signing", Path.relative_to_cwd(app_dir))
|
||||||
codesign(to_sign, "--options=runtime --entitlements=#{entitlements_plist_path}", notarization)
|
codesign(to_sign, "--options=runtime --entitlements=#{entitlements_plist_path}", notarization)
|
||||||
|
|
||||||
vsn = release.version
|
|
||||||
dmg_path = "#{Mix.Project.build_path()}/#{app_name}Install.dmg"
|
dmg_path = "#{Mix.Project.build_path()}/#{app_name}Install.dmg"
|
||||||
log(:green, "creating", Path.relative_to_cwd(dmg_path))
|
log(:green, "creating", Path.relative_to_cwd(dmg_path))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue