Revision: 12675
http://sourceforge.net/p/skim-app/code/12675
Author: hofman
Date: 2022-01-03 22:35:17 +0000 (Mon, 03 Jan 2022)
Log Message:
-----------
fix command name
Modified Paths:
--------------
trunk/build_skim.py
Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2022-01-03 20:01:10 UTC (rev 12674)
+++ trunk/build_skim.py 2022-01-03 22:35:17 UTC (rev 12675)
@@ -141,7 +141,7 @@
notarize_cmd = ["xcrun", "notarytool", "submit", "--keychain-profile",
password, "--wait", archive_path]
print(" ".join(notarize_cmd))
- x = Popen(buildCmd, cwd=SOURCE_DIR)
+ x = Popen(notarize_cmd, cwd=SOURCE_DIR)
rc = x.wait()
print("notarytool exited with status %s" % (rc))
assert rc == 0, "notarization failed"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit