package update
This commit is contained in:
parent
273afe9531
commit
afb999482d
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "İFL Randevu"
|
||||||
description.en = "İzmir Fen Lisesi Appointment Portal"
|
description.en = "İzmir Fen Lisesi Appointment Portal"
|
||||||
description.tr = "İzmir Fen Lisesi Randevu Portalı"
|
description.tr = "İzmir Fen Lisesi Randevu Portalı"
|
||||||
|
|
||||||
version = "1.4.3~ynh4"
|
version = "1.4.3~ynh5"
|
||||||
|
|
||||||
maintainers = ["asandikci"]
|
maintainers = ["asandikci"]
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,10 @@ upgrade_type=$(ynh_check_app_version_changed)
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ynh_script_progression --message="Hello my friend"
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
|
ynh_script_progression --message="whatsapp?"
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
|
|
Loading…
Reference in a new issue