You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getPathToLocalUpdateFile now sets the path of the localUpdate file to the parent of the target directory, if the update is a zip file.
applyUpdate in applyUpdate.go now applies zipped updates by renaming the old folder to {folderName}.old and extracting into {folderName]
KaHBrat
changed the title
implement unzipping of saved remote files and apply them as an update
implement unzipping of updates for external assets
Mar 24, 2021
make a concept where to save unzipped files
=> solution: rename old folder (my_asset_old), and unzip files to a new folder (my_asset)
exchange update files and old files
make sure back up files are created
The text was updated successfully, but these errors were encountered: