Skip to content

Commit

Permalink
Don't set icon on the DMG file (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykelero committed Jan 30, 2024
1 parent 66eb996 commit aee41e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ async function init() {
ora.text = 'Adding Software License Agreement if needed';
await addLicenseAgreementIfNeeded(dmgPath, dmgFormat);

if (hasAppIcon) {
ora.text = 'Replacing DMG icon';
// `seticon`` is a native tool to change files icons (Source: https://github.com/sveinbjornt/osxiconutils)
await execa(path.join(__dirname, 'seticon'), [composedIconPath, dmgPath]);
}

ora.text = 'Code signing DMG';
let identity;
const {stdout} = await execa('/usr/bin/security', ['find-identity', '-v', '-p', 'codesigning']);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"compose-icon.js",
"assets",
"disk-icon.icns",
"seticon",
"sla.js",
"base.r"
],
Expand Down
Binary file removed seticon
Binary file not shown.

0 comments on commit aee41e8

Please sign in to comment.