-
Notifications
You must be signed in to change notification settings - Fork 10
/
buildspec.json
48 lines (48 loc) · 1.77 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
{
"dependencies": {
"obs-studio": {
"version": "30.2.0",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "a94e585aa9e1c300a9294df80d9370c1d83eb64d9c331002968c6422019821dc",
"windows-x64": "762eaa67162877e2073edd01ce9880b6ae25ccfe971c87d8bec5883fb1f95b7e"
}
},
"prebuilt": {
"version": "2024-05-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "da3167a3efecfa67dd72e4f2b7964c3456d74c639d4c62aa21ec300ebd5007a8",
"windows-x64": "773c87a0d173125ef2768aaca6f6de64a7d6053213cc9f7d3970a301152042d8"
}
},
"qt6": {
"version": "2024-05-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "248fb342e7ddf574af0960aaedeffb832deda1485dc81583302646e979593a6e",
"windows-x64": "8f459af5115ce081ae24b108712327e113893f250e14a902b1bd188b43873ed1"
},
"debugSymbols": {
"windows-x64": "e4bc882f23195becbe53f1594fe75bdb9ff4f1d01e319f6caf8e0a38000cb42b"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "com.summershrimp.obs-ssp"
}
},
"name": "obs-ssp",
"displayName": "OBS ZCAM SSP",
"version": "0.13.0",
"author": "Hakusai Zhang",
"website": "https://summershrimp.com",
"email": "[email protected]",
"uuids": {
"windowsApp": "6ad39870-a984-46e1-9623-d3beb72baf0b"
}
}