Skip to content

Commit 10092e1

Browse files
JoacoSlimeMirko Brombin
authored andcommitted
Add streamerbot.yml installation file
1 parent 0d22f08 commit 10092e1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Software/streamerbot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Name: streamerbot
2+
Description: Supercharge your live stream with Streamer.bot.
3+
Grade: Bronze
4+
Arch: win64
5+
6+
Dependencies:
7+
- allfonts
8+
- d3dcompiler_47
9+
- dotnet48
10+
- webview2
11+
12+
Parameters:
13+
dxvk: true
14+
fsync: true
15+
discrete_gpu: true
16+
17+
Executable:
18+
name: Streamer.bot
19+
file: Streamer.bot.exe
20+
icon: streamerbot.svg
21+
path: users/Public/streamerbot/Streamer.bot.exe
22+
arguments: ""
23+
24+
Steps:
25+
- action: run_script
26+
script: |
27+
wget https://streamer.bot/api/releases/streamer.bot/latest/download
28+
unzip download -d !bottle_drive/users/Public/streamerbot
29+
rm download
30+
- action: run_winecommand
31+
commands:
32+
- command: reg
33+
arguments: add "HKCU\Software\Wine\Appdefaults\msedgewebview2.exe" /v "Version" /t REG_SZ /d "win7" /f

0 commit comments

Comments
 (0)