We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f67c commit 9fc1d9fCopy full SHA for 9fc1d9f
1 file changed
games/game_cyberpunk2077.py
@@ -34,6 +34,16 @@ class CyberpunkModDataChecker(BasicModDataChecker):
34
def __init__(self):
35
super().__init__(
36
GlobPatterns(
37
+ delete=[
38
+ "*.gif",
39
+ "*.jpg",
40
+ "*.jpeg",
41
+ "*.jxl",
42
+ "*.md",
43
+ "*.png",
44
+ "*.txt",
45
+ "*.webp"
46
+ ],
47
move={
48
# archive and ArchiveXL
49
"*.archive": "archive/pc/mod/",
0 commit comments