When html5-push prepares applications for upload, it creates ZIP files in current working directory. To avoid incidental overwrites of existing files with same name, it's better to create ZIPs in temporary folder.
Qualities of Change
Functional - avoid possible overwrites of existing files
Description
When
html5-push
prepares applications for upload, it creates ZIP files in current working directory. To avoid incidental overwrites of existing files with same name, it's better to create ZIPs in temporary folder.Qualities of Change