1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00

Merge pull request #5 from ericgaspar/master

cleaning up and typo
This commit is contained in:
Éric Gaspar 2020-05-14 16:36:39 +02:00 committed by GitHub
commit 44b1d3d9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -22,7 +22,7 @@ Clone of 2048 game. You need to reach 243.
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps243/)
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/243/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/243/)
## Links

View file

@ -22,11 +22,11 @@ Clone du jeu 2048. Il vous faut atteindre 243.
#### Architectures supportées
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps243/)
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/243/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/243/)
## Liens
* Signaler un bug : https://github.com/YunoHost-Apps/243_ynh/issues
* Dépôt de l'application principale : https://github.com/hgentry/81
* Dépôt de lapplication principale : https://github.com/hgentry/81
* Site web YunoHost : https://yunohost.org/

View file

@ -10,8 +10,8 @@
"url": "https://github.com/hgentry/81/",
"license": "MIT",
"maintainer": {
"name": "Moul",
"email": "moul@moul.re"
"name": "eric_G",
"email": "ericgaspar@free.fr"
},
"requirements": {
"yunohost": ">= 3.7.0"

View file

@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
port=$(ynh_app_setting_get --app=$app --key=port)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================