mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: Package acceptance validation error: The ZIP file doesn't contain the ./assets/rules.json file.
This commit is contained in:
@@ -64,7 +64,7 @@ export async function getManifest() {
|
||||
rule_resources: [{
|
||||
id: 'ruleset_1',
|
||||
enabled: true,
|
||||
path: './assets/rules.json',
|
||||
path: 'assets/rules.json',
|
||||
}],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user