Skip to content

Commit

Permalink
[Ext > msgbranch] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maisymoe committed Nov 28, 2023
1 parent c2563dd commit 8214eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ext/msgbranch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default defineExtension({
patches: [
{
executable: "C:/system/local/bin/win96-chat",
find: /\((this\.CHAT_URL=.{1,2})\)/,
replace: (_, match) => `(${match}="${custom}")`,
find: /https\:\/\/devel.windows96.net\:4096\//g,
replace: () => custom,
},
{
executable: "C:/system/local/bin/win96-chat",
Expand Down

0 comments on commit 8214eb2

Please sign in to comment.