Skip to content

Commit

Permalink
chore: test latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 27, 2024
1 parent 55de02f commit 63b56f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/scripts/afterPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const os = require('os');
* @param {keyof typeof import('builder-util').Arch} arch - CPU architecture
*/
const renameLatestMacToArchSpecific = (outDir, arch) => {
console.log(`afterPack: renaming latest-mac.yml to latest-mac-${arch}.yml`);
console.log(`afterPack: renaming lates.yml to latest-mac-${arch}.yml`);
fs.renameSync(
path.resolve(outDir, 'latest-mac.yml'),
path.resolve(outDir, 'latest.yml'),
path.resolve(outDir, `latest-mac-${arch}.yml`),
);
};
Expand Down

0 comments on commit 63b56f2

Please sign in to comment.