generated from obsproject/obs-plugintemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildspec.json
50 lines (50 loc) · 1.92 KB
/
buildspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"dependencies": {
"obs-studio": {
"version": "30.1.2",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a",
"windows-x64": "c2dd03fa7fd01fad5beafce8f7156da11f9ed9a588373fd40b44a06f4c03b867"
}
},
"prebuilt": {
"version": "2024-10-23",
"baseUrl": "https://github.com/OPENSPHERE-Inc/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "4fab193e5e933e790fb08f2baa605a04a43d398362be48f81513d9b58364ae19",
"windows-x64": "78f17500dc113e75789ac33c1ea4cfc5fc9af1511422d3916bc25567c75790a7"
}
},
"qt6": {
"version": "2024-10-23",
"baseUrl": "https://github.com/OPENSPHERE-Inc/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "31805b39e64776b31d1449097a4dd5c4b3764ac7b03038d82ba28f904d119b19",
"windows-x64": "db6842a61e091a0684dc22334db615c1a27e2791fe91b54d93a25434f88a2674"
},
"debugSymbols": {
"windows-x64": "4c672a1cffd743c9960cebb5a164e8a418639b3fe98447a7d26d8c554cb5eab9"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "jp.co.opensphere.src-link"
}
},
"name": "osi-src-link",
"displayName": "SRC-Link Plugin",
"version": "0.7.0",
"author": "OPENSPHERE Inc.",
"website": "https://opensphere.co.jp/",
"email": "[email protected]",
"uuids": {
"windowsApp": "AB75A815-F13E-6E1F-AA2A-C5AEE023DE2A",
"macosPackage": "133F9D45-ACA2-C38C-4F3D-8C8A220FC5B8",
"macosInstaller": "DE8376D7-4CC7-971E-BE93-C97E4F534144"
}
}