https://github.com/shader-slang/slang
Raw File
Tip revision: 662ef3ed90cd96435c05096c50f3486a1a6e9d18 authored by Yong He on 04 May 2023, 20:44:00 UTC
Update user-guide. (#2868)
Tip revision: 662ef3e
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