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:
parent
79612163b2
commit
0f0f9c1161
Binary file not shown.
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user