update docs

This commit is contained in:
Tw93
2023-06-23 19:16:38 +08:00
parent 8865500593
commit d300ac8a16
3 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ export async function mergeConfig(
fileExt: '.icns',
path: `icons/${name.toLowerCase()}.icns`,
defaultIcon: 'icons/icon.icns',
message: 'MacOS icon must be .icns type.',
message: 'macOS icon must be .icns type.',
},
};
const iconInfo = platformIconMap[platform];