https://github.com/shader-slang/slang
Raw File
Tip revision: 082c48d96c5f8f6b4f560d705fe731da14409cb4 authored by Yong He on 30 March 2023, 00:05:07 UTC
Update checkpoint policy to make obvious recompute decisions. (#2753)
Tip revision: 082c48d
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