summaryrefslogtreecommitdiff
path: root/extras/macos-notarize.json
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-30 13:45:53 +0800
committerGitHub <noreply@github.com>2024-10-30 13:45:53 +0800
commit22d1e345037eea853e54b84af718340cb9776513 (patch)
treee63754ab1e7c7f6c95d75ff5bc785b9afdbd54b4 /extras/macos-notarize.json
parent44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (diff)
format yaml and json (#5428)
* format yaml and json * format shell scripts
Diffstat (limited to 'extras/macos-notarize.json')
-rw-r--r--extras/macos-notarize.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json
index ee369a0ac..517ea30f4 100644
--- a/extras/macos-notarize.json
+++ b/extras/macos-notarize.json
@@ -1,7 +1,7 @@
{
- "notarize" :{
- "path": "slang-macos-dist.zip",
- "bundle_id": "shader-slang.slang",
- "staple": false
- }
-} \ No newline at end of file
+ "notarize": {
+ "path": "slang-macos-dist.zip",
+ "bundle_id": "shader-slang.slang",
+ "staple": false
+ }
+}