Skip to content

Commit

Permalink
fix: fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Feb 14, 2025
1 parent 442a0ef commit 00ceec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-rotation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ for (const title of titles) {

const decryptedFilePath = path.join(decryptedDir, 'VSSetting.byaml');
await backupFile(decryptedFilePath);
await fs.copyFile(sourceFile, decryptedFilePath);

const encryptedContents = BOSS.encryptWiiU(decryptedFilePath, PN_BOSS_CONFIG_BOSS_WIIU_AES_KEY, PN_BOSS_CONFIG_BOSS_WIIU_HMAC_KEY);
const hash = crypto.createHash('md5').update(encryptedContents).digest('hex');
Expand Down

0 comments on commit 00ceec5

Please sign in to comment.