forked from KolibriOS/kolibrios
Installer: copy PIG and Netsurf to /tmp0/1/, game_center: add link to pig
git-svn-id: svn://kolibrios.org@5055 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
169584397a
commit
144b0c94b0
@ -53,6 +53,7 @@ struct link games[] = {
|
|||||||
"Square", "/sys/games/msquare", 35,
|
"Square", "/sys/games/msquare", 35,
|
||||||
"Padenie", "/sys/games/padenie", 35,
|
"Padenie", "/sys/games/padenie", 35,
|
||||||
"Phenix", "/sys/games/phenix", 35,
|
"Phenix", "/sys/games/phenix", 35,
|
||||||
|
"Pig", "/tmp0/1/games/pig/pig", 35,
|
||||||
"Pipes", "/sys/games/pipes", 26,
|
"Pipes", "/sys/games/pipes", 26,
|
||||||
"Pong", "/sys/games/pong", 12,
|
"Pong", "/sys/games/pong", 12,
|
||||||
"Pong3", "/sys/games/pong3", 12,
|
"Pong3", "/sys/games/pong3", 12,
|
||||||
|
@ -7,15 +7,8 @@
|
|||||||
|
|
||||||
#include "add_appl_dir.c";
|
#include "add_appl_dir.c";
|
||||||
|
|
||||||
#ifdef LANG_RUS
|
?define T_END "\'“áâ ®¢ª KolibriN ãá¯¥è® § ¢¥àè¥ .\' -O"
|
||||||
?define T_WTITILE "Установка Kolibri N9"
|
?define T_LESS_RAM "Œ «® ᢮¡®¤®© ®¯¥à ⨢®© ¯ ¬ïâ¨. Œ®£ãâ ¢®§¨ªãâì ¯à®¡«¥¬ë"
|
||||||
?define T_END "\'Установка KolibriN успешно завершена.\' -O"
|
|
||||||
?define T_LESS_RAM "Мало свободной оперативной памяти. Могут возникнуть проблемы"
|
|
||||||
#else
|
|
||||||
?define T_WTITILE "Kolibri N9 Setup"
|
|
||||||
?define T_END "\'KolibriN install complete.\' -O"
|
|
||||||
?define T_LESS_RAM "Too less free ram. May cause problems"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
@ -39,7 +32,10 @@ void main()
|
|||||||
notify(T_END);
|
notify(T_END);
|
||||||
DeleteFile("/sys/3d/free3d04");
|
DeleteFile("/sys/3d/free3d04");
|
||||||
DeleteFile("/sys/games/invaders");
|
DeleteFile("/sys/games/invaders");
|
||||||
ExitProcess();
|
RunProgram("/sys/tmpdisk", "a0s10");
|
||||||
|
pause(10);
|
||||||
|
copyf(abspath("tmp"), "/tmp0/1");
|
||||||
|
ExitProcess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user