mirror of
https://github.com/YunoHost-Apps/Cubiks-2048_ynh.git
synced 2024-09-03 18:25:55 +02:00
Fix
This commit is contained in:
parent
6a15759531
commit
6dd17cafaa
3 changed files with 6 additions and 6 deletions
|
@ -22,8 +22,8 @@ Clone of 2048 game in 3D
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ Clone en 3D du jeu 2048.
|
|||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
|
||||
|
||||
## Liens
|
||||
|
||||
|
|
|
@ -43,8 +43,8 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
|||
#=================================================
|
||||
ynh_script_progression --message="Storing installation settings..." --weight=2
|
||||
|
||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue