diff --git a/electron/scripts/afterPack.js b/electron/scripts/afterPack.js index e36a22f0f..3d0ccfdf6 100644 --- a/electron/scripts/afterPack.js +++ b/electron/scripts/afterPack.js @@ -7,7 +7,7 @@ const os = require('os'); * @param {keyof typeof import('builder-util').Arch} arch - CPU architecture */ const renameLatestMacToArchSpecific = (outDir, arch) => { - console.log(`afterPack: renaming lates.yml to latest-mac-${arch}.yml`); + console.log(`afterPack: renaming latest.yml to latest-mac-${arch}.yml`); fs.renameSync( path.resolve(outDir, 'latest.yml'), path.resolve(outDir, `latest-mac-${arch}.yml`),