Revision 6fae15cd1210d8b664243d640e70ca47dccf9752 authored by Yong He on 19 January 2023, 16:58:20 UTC, committed by GitHub on 19 January 2023, 16:58:20 UTC
1 parent 0586f32
Raw File
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