summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index f9ea255..32da705 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -90,7 +90,7 @@ if [ -n "$PATCHES" ]; then
fi
if [ -n "$WINDOWSFILES" ]; then
- if query "Do you want to remove unneeded windows files?" n; then
+ if query "Do you want to remove Windows-only files (may break compatibility with some mods)?" n; then
for badfile in $WINDOWSFILES; do
rm -rf "${TARGETDIR}/${badfile}"
done