diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 15cd1b2e25..9bdd49c960 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -738,7 +738,7 @@ tup.append_table(extra_files, { {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"}, {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"}, - {"kolibrios/games/tyrian/", "common/games/tyrian/*"}, + {"kolibrios/games/tyrian/", "../contrib/games/opentyrian/opentyrian"}, {"kolibrios/games/tyrian/data/", "common/games/tyrian/data/*"}, {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"}, {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"}, diff --git a/data/common/games/tyrian/opentyrian b/data/common/games/tyrian/opentyrian deleted file mode 100644 index b09a719d01..0000000000 Binary files a/data/common/games/tyrian/opentyrian and /dev/null differ