ui/installer: hardcode SSH Keys in installer.cc (#32838)

hardcode keys
old-commit-hash: 4c04ae9a59
This commit is contained in:
Dean Lee
2024-06-27 02:52:11 +08:00
committed by GitHub
parent 6f31d529b1
commit f0fdff113d
2 changed files with 3 additions and 5 deletions

View File

@@ -106,10 +106,6 @@ if GetOption('extras') and arch != "Darwin":
if "internal" in name:
d['INTERNAL'] = "1"
import requests
r = requests.get("https://github.com/commaci2.keys")
r.raise_for_status()
d['SSH_KEYS'] = f'\\"{r.text.strip()}\\"'
obj = senv.Object(f"installer/installers/installer_{name}.o", ["installer/installer.cc"], CPPDEFINES=d)
f = senv.Program(f"installer/installers/installer_{name}", [obj, cont], LIBS=qt_libs)
# keep installers small