Skip to content

Commit

Permalink
Rename background_path
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jan 19, 2020
1 parent 4498375 commit 5fdc81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/appleseed.package.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@ def build_final_archive_file(self):
if os.name == 'nt':
archive_util.make_zipfile(package_base_path, "appleseed")
elif not self.package_info.no_app:
background_path = os.path.join(self.settings.appleseed_path, "resources/logo/appleseed-drive-background.png")
background_icon_path = os.path.join(self.settings.appleseed_path, "resources/logo/appleseed-drive-background.png")
drive_icon_path = os.path.join(self.settings.appleseed_path, "resources/logo/appleseed-drive.png")
create_mac_dmg('appleseed.app', self.package_info.package_path, background_path, drive_icon_path)
create_mac_dmg('appleseed.app', self.package_info.package_path, background_icon_path, drive_icon_path)
else:
archive_util.make_tarball(package_base_path, "appleseed")

Expand Down

0 comments on commit 5fdc81c

Please sign in to comment.