Minor code adjustment

This commit is contained in:
Jose
2019-10-01 17:38:57 -04:00
parent 433817abb8
commit 54384579ec
3 changed files with 5 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ extension_upgrade()
# Logging the update event.
UPDATEVERSION=$(cat ${CWDIR}/version)
echo "${DATE}: ${FULLAPPNAME} upgraded to ${UPDATEVERSION}" >> ${EXTLOGFILE}
echo "${APPNAME} upgraded to version ${UPDATEVERSION}"
echo "${FULLAPPNAME} package upgrade completed!"
else
echo "${FULLAPPNAME} is on the latest version!"
@@ -232,12 +233,12 @@ platform_check()
# Check for working platform.
if [ "${PRDPLATFORM}" = "x64-embedded" ]; then
create_addon_env
#ext_initial_download
ext_initial_download
bastille_initial_download
sys_symlinkdir
elif [ "${PRDPLATFORM}" = "x64-full" ]; then
create_addon_env
#ext_initial_download
ext_initial_download
bastille_initial_download
sys_symlinkdir
fi

View File

@@ -3,5 +3,6 @@
======================
Version Description
0.0.3......Minor code adjustment.
0.0.2......Added addon preview page.
0.0.1......First Release.

View File

@@ -1 +1 @@
0.0.2
0.0.3