mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 08:57:36 +08:00
Remove version from .dmg path
This commit is contained in:
parent
b6e28c5b43
commit
bdb527fde1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ defmodule AppBundler.MacOS do
|
|||
codesign(to_sign, "--options=runtime --entitlements=#{entitlements_plist_path}", notarization)
|
||||
|
||||
vsn = release.version
|
||||
dmg_path = "#{Mix.Project.build_path()}/#{app_name}Install-#{vsn}.dmg"
|
||||
dmg_path = "#{Mix.Project.build_path()}/#{app_name}Install.dmg"
|
||||
log(:green, "creating", Path.relative_to_cwd(dmg_path))
|
||||
|
||||
cmd!(
|
||||
|
|
Loading…
Reference in a new issue