1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

macOS: Update app icon

This commit is contained in:
Laurent Cozic 2020-12-26 13:49:00 +00:00
parent 79612163b2
commit 0f0f9c1161
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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');
}
}