mirror of
https://github.com/YunoHost-Apps/pepettes_ynh.git
synced 2024-09-03 19:56:35 +02:00
[fix] favicon var missing
This commit is contained in:
parent
4e87be4228
commit
3c835633e8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
project_name=$YNH_APP_ARG_PROJECT_NAME
|
||||
contact_url=$YNH_APP_ARG_CONTACT_URL
|
||||
logo=$YNH_APP_ARG_LOGO
|
||||
favicon=$YNH_APP_ARG_favicon
|
||||
favicon=$YNH_APP_ARG_FAVICON
|
||||
publishable_key=$YNH_APP_ARG_PUBLISHABLE_KEY
|
||||
secret_key=$YNH_APP_ARG_SECRET_KEY
|
||||
prices=$YNH_APP_ARG_PRICES
|
||||
|
|
Loading…
Add table
Reference in a new issue