Skip to content

Commit

Permalink
Fix telemetry hosts (#46)
Browse files Browse the repository at this point in the history
Update the second telemetry host for both global and cn to match the latest patch.
  • Loading branch information
tigersoldier authored Jan 7, 2023
1 parent 63ac5c0 commit f2c5feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ts/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ export default class constants
telemetry: {
global: [
atob('bG9nLXVwbG9hZC1vcy5ob3lvdmVyc2UuY29t'),
atob('b3ZlcnNlYXVzcGlkZXIueXVhbnNoZW4uY29t')
atob('c2ctcHVibGljLWRhdGEtYXBpLmhveW92ZXJzZS5jb20=')
],
cn: [
atob('bG9nLXVwbG9hZC5taWhveW8uY29t'),
atob('dXNwaWRlci55dWFuc2hlbi5jb20=')
atob('cHVibGljLWRhdGEtYXBpLm1paG95by5jb20=')
]
},
winetricks: 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks',
Expand Down

0 comments on commit f2c5feb

Please sign in to comment.