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
BIN
View File
Binary file not shown.
+2
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');
}
}