This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# If the XCOMLauncher.exe from XEW (under Wine) is failing, you can replace it with this one. | |
# XCOM has a Linux native version but it has a much higher hardware | |
# requirement than the Windows version. | |
cd "$(dirname "$0")" | |
if zenity --question --title "Version" --text "Which version?" \ | |
--ok-label XEW --cancel-label XEU ; then |