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
This should allow for easier accomodation of new files in updates as opposed to me having to keep releasing updates for each new file added by a project.
Current thoughts and ideas:
Should not update configs. Atmosphere stores it's config with the .ini extension so this should be easy to implement.
Should not overwrite existing title patches. Perphaps extract to an intermediate directory first and then move over all the files to the proper filesystem?
Need to look into changing the server scripts, should just equate to storing the atmosphere and hekate zipfiles directly.
Will end up using the zipfile module in the stdlib to do this.
This should allow for easier accomodation of new files in updates as opposed to me having to keep releasing updates for each new file added by a project.
Current thoughts and ideas:
.ini
extension so this should be easy to implement.Need to look into changing the server scripts, should just equate to storing the atmosphere and hekate zipfiles directly.
Will end up using the
zipfile
module in the stdlib to do this.Fixing this issue also closes #3.
The text was updated successfully, but these errors were encountered: