From 786d253df64b48cb04dd4cbf5a763f4438bcd71b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 5 Aug 2021 00:21:17 +0100 Subject: [PATCH] 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. --- build-emacs-for-macos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-emacs-for-macos b/build-emacs-for-macos index e72fc61..6f1a212 100755 --- a/build-emacs-for-macos +++ b/build-emacs-for-macos @@ -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