mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +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`
|
cn: `https://sdk-static.${this.placeholders.lowercase.company}.com/hk4e_cn/mdk/launcher/api`
|
||||||
},
|
},
|
||||||
patch: {
|
patch: {
|
||||||
origin: 'https://notabug.org/Krock/dawn',
|
origin: atob('aHR0cHM6Ly9ub3RhYnVnLm9yZy9Lcm9jay9kYXdu'),
|
||||||
additional: 'https://dev.kaifa.ch/Maroxy/dawn'
|
additional: atob('aHR0cHM6Ly9kZXYua2FpZmEuY2gvTWFyb3h5L2Rhd24=')
|
||||||
},
|
},
|
||||||
telemetry: {
|
telemetry: {
|
||||||
global: [
|
global: [
|
||||||
|
|
Loading…
Reference in a new issue