mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
fix
This commit is contained in:
parent
dfa4ff1614
commit
03cc4a989d
2 changed files with 2 additions and 7 deletions
|
@ -10,8 +10,8 @@ version = "2.5.0~ynh3"
|
||||||
maintainers = ["Salamandar"]
|
maintainers = ["Salamandar"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "free"
|
license = "MIT"
|
||||||
website = "https://github.com/butlerx/wetty/"
|
code = "https://github.com/butlerx/wetty"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">=11.1.20"
|
yunohost = ">=11.1.20"
|
||||||
|
|
|
@ -15,11 +15,6 @@ source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
upgrade_type=$(ynh_check_app_version_changed)
|
upgrade_type=$(ynh_check_app_version_changed)
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression --message="Ensuring downward compatibility..." --time --weight=1
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue