Skip to content

Commit 17a66af

Browse files
authored
Update script.js
1 parent 0634f2c commit 17a66af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ function parseAssetDisplay(filename, arch, fileType) {
760760
const stopIndex = stopIndexCandidates.length > 0 ? Math.min(...stopIndexCandidates) : tokens.length;
761761
const preMetaTokens = tokens.slice(0, stopIndex);
762762

763-
const knownPatchTokens = new Set(['revanced', 'morphe', 'anddea', 'rufusin']);
764-
const variantKeywords = new Set(['exp', 'nord', 'mocha', 'alpha', 'beta', 'rc']);
763+
const knownPatchTokens = new Set(['revanced', 'morphe', 'anddea']);
764+
const variantKeywords = new Set(['exp', 'nord', 'mocha', 'privacy', 'materialu']);
765765

766766
let patchStartIndex = preMetaTokens.findIndex(token => knownPatchTokens.has(token.toLowerCase()));
767767

0 commit comments

Comments
 (0)