You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input(f'Check whether notarization was successful using \n\t xcrun notarytool history --keychain-profile {keychain_profile}.\nYou can check debug logs using \n\t xcrun notarytool log --keychain-profile "{keychain_profile}" <run-id>')
@@ -152,7 +152,7 @@ def zip():
152
152
zip_name=zip_name+'-MacOS-M-Series'+'.zip'
153
153
else:
154
154
zip_name=zip_name+'-MacOS-Intel'+'.zip'
155
-
155
+
156
156
# Special zip command for macos to keep the complex directory metadata intact to keep the codesigning valid
0 commit comments