Merge pull request #605 from Botspot/Itai-Nelken-don't-update-wine-on-TwisterOS

don't update wine on TwisterOS
pull/609/head
Botspot 3 years ago committed by GitHub
commit 7d1be0e4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
gui

@ -107,6 +107,12 @@ runonce "
'${DIRECTORY}/install'
fi
"
runonce "
if [ -f /usr/local/bin/twistver ]; then
echo -e "\napps/Wine (x86)/" >> ${DIRECTORY}/data/update-exclusion
echo -e "apps/Steam" >>${DIRECTORY}/data/update-exclusion
fi
"
install() {
app="$1"

Loading…
Cancel
Save