Skip to content

Commit

Permalink
build(arguments-builder): recovery modules name
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
  • Loading branch information
VirgilClyne committed Oct 31, 2024
1 parent 1e657c1 commit 7e81f98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: {
path: "./dist/Netflix.sgmodule",
path: "./dist/DualSubs.Netflix.sgmodule",
},
loon: {
path: "./dist/Netflix.plugin",
path: "./dist/DualSubs.Netflix.plugin",
},
customItems: [
{
path: "./dist/Netflix.snippet",
path: "./dist/DualSubs.Netflix.snippet",
template: "./template/quantumultx.handlebars",
},
{
path: "./dist/Netflix.stoverride",
path: "./dist/DualSubs.Netflix.stoverride",
template: "./template/stash.handlebars",
},
{
path: "./dist/Netflix.yaml",
path: "./dist/DualSubs.Netflix.yaml",
template: "./template/egern.handlebars",
},
{
path: "./dist/Netflix.srmodule",
path: "./dist/DualSubs.Netflix.srmodule",
template: "./template/shadowrocket.handlebars",
},
],
Expand Down

0 comments on commit 7e81f98

Please sign in to comment.