mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Fix upgrade (#65)
* Fix upgrade * Bump package version * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
73147c3eb2
commit
e35becb8d7
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
[AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones.
|
||||
|
||||
|
||||
**Shipped version:** 2.5.0~ynh1
|
||||
**Shipped version:** 2.5.0~ynh2
|
||||
|
||||
|
||||
**Demo:** https://demo.yunohost.org/agendav/
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
[AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones.
|
||||
|
||||
|
||||
**Version incluse :** 2.5.0~ynh1
|
||||
**Version incluse :** 2.5.0~ynh2
|
||||
|
||||
|
||||
**Démo :** https://demo.yunohost.org/agendav/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "CalDAV web client",
|
||||
"fr": "Client web pour CalDAV"
|
||||
},
|
||||
"version": "2.5.0~ynh1",
|
||||
"version": "2.5.0~ynh2",
|
||||
"url": "http://agendav.org",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -112,7 +112,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path"--keep="web/config/settings.php"
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="web/config/settings.php"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue