mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix manifest
This commit is contained in:
parent
494ca2e218
commit
dc8ac662f3
2 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
|||
"en": "Is it a public site ? If you want to use a desktop client or the smartphone app, make Seafile public.",
|
||||
"fr": "Est-ce un site public ? Pour utiliser un client sur PC ou l'application mobile, Seafile doit être public"
|
||||
},
|
||||
"default": "1"
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#=================================================
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
[[ -e "../settings/manifest.json" ]] || [[ -e "../manifest.json" ]] && \
|
||||
seafile_version=$(ynh_app_upstream_version)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue