Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaray committed Nov 4, 2024
1 parent c9fbc34 commit 70a60e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for (const ui of uis) {
.map((extension) => extension.url);

// Replace EXTENSIONS list
// TODO: Need to change logic here, look at extensions list, it contains uis array
pvs = pvs.replace(
/EXTENSIONS=\(.*?\)/gms,
`EXTENSIONS=(\n${extensionUrls.map((x) => ` '${x}'`).join(',\n')}\n)`,
Expand Down

0 comments on commit 70a60e2

Please sign in to comment.