Fix: VidHub and codesign

This commit is contained in:
X1a0He
2024-05-02 17:44:04 +08:00
parent 4c4dab3312
commit e2fd6084cd
2 changed files with 2 additions and 1 deletions

View File

@@ -353,7 +353,7 @@ def main():
else:
subprocess.run(sh, shell=True)
sign_prefix = "codesign -f -s - --timestamp=none --all-architectures"
sign_prefix = "/usr/bin/codesign -f -s - --timestamp=none --all-architectures"
if no_deep is None:
print("Need Deep Sign.")