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 b745900 commit 3afa720
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: {
path: "./dist/Microsoft.Translate.sgmodule",
path: "./dist/DualSubs.AddOn.MicrosoftTranslate.sgmodule",
},
loon: {
path: "./dist/Microsoft.Translate.plugin",
path: "./dist/DualSubs.AddOn.MicrosoftTranslate.plugin",
},
customItems: [
{
path: "./dist/Microsoft.Translate.stoverride",
path: "./dist/DualSubs.AddOn.MicrosoftTranslate.stoverride",
template: "./template/stash.handlebars",
},
{
path: "./dist/Microsoft.Translate.yaml",
path: "./dist/DualSubs.AddOn.MicrosoftTranslate.yaml",
template: "./template/egern.handlebars",
},
{
path: "./dist/Microsoft.Translate.srmodule",
path: "./dist/DualSubs.AddOn.MicrosoftTranslate.srmodule",
template: "./template/shadowrocket.handlebars",
},
],
Expand Down

0 comments on commit 3afa720

Please sign in to comment.