IQ.Pilot Release Commit @ 0798119
This commit is contained in:
9
tinygrad_repo/extra/usbgpu/tbgpu/installer/notary_tool.sh
Executable file
9
tinygrad_repo/extra/usbgpu/tbgpu/installer/notary_tool.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
ditto -c -k --keepParent ./build/Release/TinyGPU.app ./build/Release/TinyGPU.zip
|
||||
xcrun notarytool submit ./build/Release/TinyGPU.zip --keychain-profile "hgwJFhdheiIEy82nDN" --wait
|
||||
|
||||
rm ./build/Release/TinyGPU.zip
|
||||
xcrun stapler staple ./build/Release/TinyGPU.app
|
||||
ditto -c -k --keepParent ./build/Release/TinyGPU.app ./build/Release/TinyGPU.zip
|
||||
Reference in New Issue
Block a user