Skip to content

Commit

Permalink
macOS: Update app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 26, 2020
1 parent 7961216 commit 0f0f9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Assets/macOs.icns
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/tools/generate-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ async function main() {
const icnsSource = `${rootDir}/Assets/macOs.iconset`;
console.info(`iconutil -c icns -o "${icnsDest}" "${icnsSource}"`);
await execCommand(`iconutil -c icns -o "${icnsDest}" "${icnsSource}"`);
} else {
console.info('If the macOS icon has been updated, this script should be run on macOS too');
}
}

Expand Down

0 comments on commit 0f0f9c1

Please sign in to comment.