Skip to content

Instantly share code, notes, and snippets.

@randomstuff
randomstuff / XComLauncher.exe
Created February 10, 2016 23:13
Replace XComLauncher.exe for "XCOM: Enemy Within"
#!/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