diff --git a/bastille-init b/bastille-init index 275494a..4e4ebc4 100755 --- a/bastille-init +++ b/bastille-init @@ -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 diff --git a/release_notes b/release_notes index 21faf0d..bc1615c 100644 --- a/release_notes +++ b/release_notes @@ -3,5 +3,6 @@ ====================== Version Description +0.0.3......Minor code adjustment. 0.0.2......Added addon preview page. 0.0.1......First Release. diff --git a/version b/version index 7bcd0e3..bcab45a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.0.3