Вы находитесь на странице: 1из 1

ОПИСАНИЕ СКРИПТОВ

##################
Скрипт run-game.sh
##################

Для запуска игры необходимо запустить скрипт run-game.sh в файловом менеджере или в
эмуляторе терминала в корневом каталоге игры выполнить:
./run-game.sh

##########################
Скрипт create-launchers.sh
##########################

Предназначен для создания файлов запуска игры (desktop-файлов) в меню приложений и


на рабочем столе.
Для этого запустить скрипт в файловом менеджере или в эмуляторе терминала в
корневом каталоге игры выполнить:
./create-launchers.sh

Для удаления созданных файлов выполнить этот скрипт в эмуляторе терминала с опцией
"-d":
./create-launchers.sh -d

-------------------
SCRIPTS DESCRIPTION

######################
The run-game.sh script
######################

To start the game, run this script from the file manager or in the terminal
emulator from the game root directory:
./run-game.sh

##############################
The create-launchers.sh script
##############################

This script serves for create launchers in the applications menu and on the desktop
(files with .desktop extension).
Run the script from the file manager or in the terminal emulator from the root
directory of the game:
./create-launchers.sh

To delete the created files, run this script in the terminal emulator with "-d"
option:
./create-launchers.sh -d

Вам также может понравиться