mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix: fix update script
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
This commit is contained in:
parent
442a0efdd3
commit
00ceec5b46
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user