-
Notifications
You must be signed in to change notification settings - Fork 9
/
buildspec.json
50 lines (50 loc) · 1.91 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.2.3",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "3d5f37f564564b6e6fb32ba535285e062ee25d573b3a6a405e5a86d5ab029351",
"windows-x64": "a75de0a777013ae5edca526e21b584176bf21606d4d5db23ba4b5a87cfde12e3"
}
},
"prebuilt": {
"version": "2024-09-12",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "c857b211ee378772994b632036e1e5befe66b37e85286cb8e3cefc1435d5220a",
"windows-x64": "d4a4f194591766891ad3c0b267deec3c4b85239c8fe557273559927456aeedbb"
}
},
"qt6": {
"version": "2024-09-12",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "34a2de6b7f4d4d58fc5a15a4dba49a61d81a4045d0cedfc1a1f08c0dfb8047cf",
"windows-x64": "4d15ce13dbb0a8a2cabcce5ae0da5e80ee589b482a61b2025378465c1da32c4f"
},
"debugSymbols": {
"windows-x64": "dad2351a5c9cd438168e1ed8fb453a2534532252edb555f1001a5e8eb3f1bbd4"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "com.royshilkrot.obs-ocr"
}
},
"name": "obs-ocr",
"displayName": "OBS OCR Plugin",
"version": "0.0.8",
"author": "Roy Shilkrot",
"website": "https://github.com/occ-ai/obs-ocr",
"email": "roy.shil@gmail.com",
"uuids": {
"windowsApp": "B3A83484-2D3F-4794-AFC3-4A5B891E4613",
"macosPackage": "BEFAFD2C-0860-41CF-AE05-662C79F803CB",
"macosInstaller": "0DC1D5E8-376C-4B5D-8529-B1153BB91DFF"
}
}