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 63b56f2 commit 7a51117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/scripts/afterPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit 7a51117

Please sign in to comment.