Remove version from .dmg path

This commit is contained in:
Wojtek Mach 2022-09-07 15:28:31 +02:00
parent b6e28c5b43
commit bdb527fde1

View file

@ -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!(