mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 06:06:40 +00:00
chore(plan): do not modify archive behavior based on plan disk image
This allows archive creation (or not) to still be controlled via the --[no-]archive flag.
This commit is contained in:
@@ -133,10 +133,6 @@ class Build
|
||||
@archive_filename = plan.dig('output', 'archive')
|
||||
end
|
||||
|
||||
if plan.dig('output', 'disk_image') || !plan.dig('output', 'archive')
|
||||
options[:archive] = false
|
||||
end
|
||||
|
||||
@build_name = plan.dig('build', 'name') if plan.dig('build', 'name')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user