forked from derrod/obs-roi-ui
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildspec.json
40 lines (40 loc) · 1.4 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
{
"dependencies": {
"obs-studio": {
"version": "30.1.0",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"windows-x64": "fc8945ddb4adacc542872d1aacc428a4ac2e9e1282b6950400211848db74e186"
}
},
"prebuilt": {
"version": "2024-03-19",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"windows-x64": "6e86068371526a967e805f6f9903f9407adb683c21820db5f07da8f30d11e998"
}
},
"qt6": {
"version": "2024-03-19",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"windows-x64": "72d1df34a0ef7413a681d5fcc88cae81da60adc03dcd23ef17862ab170bcc0dd"
},
"debugSymbols": {
"windows-x64": "51e459b1447748c2435d41ef726da1cf1b3ed74f9872317ff2afbb15fe2a44d2"
}
}
},
"name": "obs-roi-ui",
"displayName": "OBS ROI Editor",
"version": "1.1.0",
"author": "Dennis Sädtler",
"website": "https://rodney.io",
"email": "dennis@obsproject.com",
"uuids": {
"windowsApp": "20fbf496-43e5-4d30-a2df-8306b3dd665d"
}
}