mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
commit
419dbe8569
4 changed files with 11 additions and 11 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Minetest is a free open-source voxel game engine with easy modding and game creation.
|
||||
|
||||
|
||||
**Shipped version:** 5.5.1~ynh1
|
||||
**Shipped version:** 5.5.1~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Minetest est un moteur de jeu voxel open-source avec modding et création de jeux faciles.
|
||||
|
||||
|
||||
**Version incluse :** 5.5.1~ynh1
|
||||
**Version incluse :** 5.5.1~ynh2
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Free, open source voxel game engine and game. Need a client to connect to the server.",
|
||||
"fr": "Moteur de jeu de type « bac à sable » gratuit et open source. Nécessite un client pour se connecter au serveur."
|
||||
},
|
||||
"version": "5.5.1~ynh1",
|
||||
"version": "5.5.1~ynh2",
|
||||
"url": "http://www.minetest.net/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -15,15 +15,9 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "rafi59",
|
||||
"email": "rafi59_dev@srvmaison.fr.nf",
|
||||
"url": ""
|
||||
"name": "",
|
||||
"email": ""
|
||||
},
|
||||
"previous_maintainers": {
|
||||
"name": "Luc Didry",
|
||||
"email": "luc@framasoft.org",
|
||||
"url": "https://framasoft.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
|
|
|
@ -89,6 +89,12 @@ if [ -z $datadir ]; then
|
|||
ynh_app_setting_delete --app=$app --key=home_path
|
||||
fi
|
||||
|
||||
# If game doesn't exist, create it
|
||||
if [ -z $game ]; then
|
||||
game="minetest_game"
|
||||
ynh_app_setting_set --app=$app --key=game --value=$game
|
||||
fi
|
||||
|
||||
# Cleaning legacy permissions
|
||||
if ynh_legacy_permissions_exists; then
|
||||
ynh_legacy_permissions_delete_all
|
||||
|
|
Loading…
Reference in a new issue