2022-04-13 21:10:51 +00:00
|
|
|
#!/bin/sh
|
2022-10-18 14:09:41 +00:00
|
|
|
. "$(dirname "$0")"/appmk
|
|
|
|
part0
|
2022-07-05 23:42:13 +00:00
|
|
|
VER=Kron4ek/Wine-Builds
|
|
|
|
[ "$1" = "proton" ] && VER=GloriousEggroll/proton-ge-custom && shift
|
2022-07-19 04:54:08 +00:00
|
|
|
LINK=$(curl -L api.github.com/repos/$VER/releases | jq .[0].assets[1] | grep -om1 git.\*tar..z)
|
2022-10-18 14:09:41 +00:00
|
|
|
unarc
|
|
|
|
mv "$DIR"/wine*/* "$DIR"/GE-Proton*/files/* "$DIR" || true
|
2022-07-13 04:39:09 +00:00
|
|
|
t=winetricks; wget -O"$DIR"/bin/$t github.com/$t/$t/raw/master/src/$t
|
|
|
|
chmod +x "$DIR"/bin/$t
|
2022-10-18 14:09:41 +00:00
|
|
|
appb
|
|
|
|
part9
|