Skip to content

Commit

Permalink
chore: arguments-builder
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
Update package.json
  • Loading branch information
VirgilClyne committed Oct 13, 2024
1 parent 5b84a52 commit 3b94d10
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 138 deletions.
6 changes: 5 additions & 1 deletion arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ export default defineConfig({
path: "./dist/TestFlight.stoverride",
template: "./template/stash.handlebars",
},
{
path: "./dist/TestFlight.srmodule",
template: "./template/shadowrocket.handlebars",
},
],
dts: { isExported: true, path: "./src/settings.ts" },
dts: { isExported: true, path: "./src/interface.ts" },
boxjsSettings: {
path: "./template/boxjs.settings.json",
scope: "@iRingo.TestFlight.Settings",
Expand Down
Loading

0 comments on commit 3b94d10

Please sign in to comment.