mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix CloudMounter rule type
This commit is contained in:
@@ -24,7 +24,7 @@ export const buildCloudMounterRules = task(import.meta.path, async (span) => {
|
|||||||
description,
|
description,
|
||||||
new Date(),
|
new Date(),
|
||||||
results,
|
results,
|
||||||
'domainset',
|
'ruleset',
|
||||||
path.resolve(outputSurgeDir, 'non_ip', 'cloudmounter.conf'),
|
path.resolve(outputSurgeDir, 'non_ip', 'cloudmounter.conf'),
|
||||||
path.resolve(outputClashDir, 'non_ip', 'cloudmounter.txt')
|
path.resolve(outputClashDir, 'non_ip', 'cloudmounter.txt')
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user