From 7a511178a7635f17c2e67dfae1d9a03e8b5c7a8f Mon Sep 17 00:00:00 2001 From: truemiller Date: Fri, 27 Sep 2024 12:33:33 +0100 Subject: [PATCH] chore: test latest.yml --- electron/scripts/afterPack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`),