Skip to content

Commit

Permalink
Attempt to fix building DMG package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloston committed Sep 22, 2016
1 parent 8495edc commit 4fa0a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def generate_package(self):
"--volname", "Chromium", # From chrome/app/theme/chromium/BRANDING
"--tempdir", tmpdirname,
"--copy", str(self._sandbox_dir / self.build_output /
"Chromium.app") + "/:/Chromium.app",
"Chromium.app") + ":/Chromium.app",
"--symlink", "/Applications:/Drag to here to install"
]
result = self._run_subprocess(pkg_dmg_command, cwd=str(self.build_dir))
Expand Down

0 comments on commit 4fa0a8a

Please sign in to comment.