diff --git a/Applications/20~Games/Strategy_Games/~0ad~0 A.D. b/Applications/20~Games/Strategy_Games/~0ad~0 A.D. index aba16b2..336d6c8 100755 --- a/Applications/20~Games/Strategy_Games/~0ad~0 A.D. +++ b/Applications/20~Games/Strategy_Games/~0ad~0 A.D. @@ -1,3 +1,5 @@ #!/bin/sh +which nvrun && exec nvrun 0ad $@ +which optirun && exec optirun 0ad $@ exec 0ad $@