blob: 79eeec24f3e9a383fca491901b0dba9c288a68bf (
plain)
1
2
3
4
|
post_install() {
echo "On the first run, game startup may take significantly longer while the wine prefix is prepared."
echo "'aoe3 -o' will run the base game, 'aoe3 -x' will run warchiefs, and 'aoe3 -y' (launcher default) will run asian dynasties."
}
|