forked from Aitum/obs-vertical-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildspec.json
More file actions
48 lines (48 loc) · 1.77 KB
/
buildspec.json
File metadata and controls
48 lines (48 loc) · 1.77 KB
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": "31.0.109",
"baseUrl": "https://github.com/SoftwareArchitector/obs-studio-vertical/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "61d7a5df358e8724556cb780f6254cb308f93372ac083a88fa09bee95f6d7030",
"windows-x64": "b0d7afad4318c525d0d934f0c0e3d0a4683304a274e93e00b28226491e778937"
}
},
"prebuilt": {
"version": "2025-05-23",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "7b1448581b92c6f8d4e2f9b1b10eb318ebfc4df7255638e05bacb49b620e190d",
"windows-x64": "88dc7bab50542b4b58194cdd5d7e6f4b73cde7c0d1ee7a040a6d9c9df05187b1"
}
},
"qt6": {
"version": "2025-05-23",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "d4945fe719d31d353dc76298f58823d7891126e33af5029f763427ea9f80bfaa",
"windows-x64": "bd80383dc799c0bba2f7fae793613b3fbd2cc3a3712b3d3b63b490721d187d9e"
},
"debugSymbols": {
"windows-x64": "fd8ecd1d8cd2ef049d9f4d7fb5c134f784836d6020758094855dfa98bd025036"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "tv.aitum.vertical"
}
},
"name": "vertical-canvas",
"displayName": "Vertical",
"version": "1.5.2",
"author": "Aitum",
"website": "https://aitum.tv",
"email": "support@aitum.tv",
"uuids": {
"windowsApp": "9072EA15-785B-4BD9-8310-68CEECDA2117"
}
}