revert normal game names

git-svn-id: svn://kolibrios.org@7531 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-11-04 11:40:03 +00:00
parent 70041648fd
commit b57b1483b3
3 changed files with 7 additions and 7 deletions

View File

@ -630,17 +630,17 @@ tup.append_table(img_files, {
tup.append_table(extra_files, {
{"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
{"kolibrios/games/2048game", PROGS .. "/games/2048/2048"},
{"kolibrios/games/2048", PROGS .. "/games/2048/2048"},
{"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
{"kolibrios/games/heliothryx1", PROGS .. "/games/heliothryx/heliothryx"},
{"kolibrios/games/marblematch31", PROGS .. "/games/marblematch3/marblematch3"},
{"kolibrios/games/nsider1", PROGS .. "/games/nsider/nsider"},
{"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
{"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
{"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
{"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
})
-- For russian build, add russian-only programs.
if build_type == "rus" then tup.append_table(extra_files, {
{"kolibrios/games/21days1", PROGS .. "/games/21days/21days"},
{"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
}) end
end -- tup.getconfig('NO_GCC') ~= 'full'

View File

@ -4,7 +4,7 @@ window_title=KolibriOS Game Center
default_icon=35
[Casual]
2048=/k/games/2048game,53
2048=/k/games/2048,53
Fara=/k/games/fara/fara,42
MarbleMatch=/k/games/marblematch3
Tetris=games/tetris,47

View File

@ -4,7 +4,7 @@ window_title=
default_icon=35
[Casual]
2048=/k/games/2048game,53
2048=/k/games/2048,53
Fara=/k/games/fara/fara,42
MarbleMatch=/k/games/marblematch3
Tetris=games/tetris,47