mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-04 22:45:47 +00:00
modified: .github/workflows/mikrotik_patch.yml
modified: patch.py
This commit is contained in:
2
patch.py
2
patch.py
@@ -62,7 +62,7 @@ def patch_squashfs(path,key_dict):
|
||||
open(file,'wb').write(data)
|
||||
data = open(file,'rb').read()
|
||||
url_dict = {
|
||||
os.environ['MIKRO_LICENSE_URL'].encode():os.environ['CUSTOM_LICENSE_URL'].encode(),
|
||||
os.environ['MIKRO_LICENCE_URL'].encode():os.environ['CUSTOM_LICENCE_URL'].encode(),
|
||||
os.environ['MIKRO_UPGRADE_URL'].encode():os.environ['CUSTOM_UPGRADE_URL'].encode()
|
||||
}
|
||||
for old_url,new_url in url_dict.items():
|
||||
|
||||
Reference in New Issue
Block a user