diff --git a/.bin/Scripts/functions/update.py b/.bin/Scripts/functions/update.py index 0c75a4c5..4531b406 100644 --- a/.bin/Scripts/functions/update.py +++ b/.bin/Scripts/functions/update.py @@ -526,12 +526,10 @@ def update_sdi_origin(): ## Installers ## def update_adobe_reader_dc(): # Prep - dest = r'{}\.root_items\Installers\Extras\Office'.format( + dest = r'{}\Installers\Extras\Office'.format( global_vars['BaseDir']) - if os.path.exists(r'{}\Installers'.format(global_vars['BaseDir'])): - dest = dest.replace(r'\.root_items', '') - # Remove existing folders + # Remove existing installer try: os.remove(r'{}\Adobe Reader DC.exe'.format(dest)) except FileNotFoundError: