Skip to content

Commit db5e386

Browse files
authored
fix: add missing wine and winetricks system dependencies (#392)
1 parent e7e72ff commit db5e386

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

snap/snapcraft.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,19 @@ parts:
9797
- libusb-1.0-0
9898
- libxkbregistry0
9999

100+
wine-deps:
101+
plugin: nil
102+
stage-packages:
103+
- binutils
104+
- winbind
105+
106+
winetricks-deps: # winetricks itself is downloaded during Logos install
107+
plugin: nil
108+
stage-packages:
109+
- 7zip
110+
- cabextract
111+
- wget
112+
100113
oudedetai:
101114
source: https://github.com/FaithLife-Community/OuDedetai.git
102115
plugin: python

0 commit comments

Comments
 (0)