https://github.com/shader-slang/slang
Raw File
Tip revision: a6fcb3b0ed2b185723afde750bd4491b5b4113eb authored by Yong He on 21 September 2022, 04:32:32 UTC
Fix regression in check-overload. (#2407)
Tip revision: a6fcb3b
macos-notarize.json
{
    "apple_id": {
        "username" : "yongh@outlook.com",
        "password":  "@env:AC_PASSWORD"
    },
    "notarize" :{
        "path": "slang-macos-dist.zip",
        "bundle_id": "shader-slang.slang",
        "staple": false
    }
}
back to top