mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Obfuscate Patch URIs
This commit is contained in:
parent
80eabc72e9
commit
7e75ba6c04
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ export default class constants
|
|||
cn: `https://sdk-static.${this.placeholders.lowercase.company}.com/hk4e_cn/mdk/launcher/api`
|
||||
},
|
||||
patch: {
|
||||
origin: 'https://notabug.org/Krock/dawn',
|
||||
additional: 'https://dev.kaifa.ch/Maroxy/dawn'
|
||||
origin: atob('aHR0cHM6Ly9ub3RhYnVnLm9yZy9Lcm9jay9kYXdu'),
|
||||
additional: atob('aHR0cHM6Ly9kZXYua2FpZmEuY2gvTWFyb3h5L2Rhd24=')
|
||||
},
|
||||
telemetry: {
|
||||
global: [
|
||||
|
|
Loading…
Reference in a new issue