electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
677 stars 86 forks source link

Everything in the output directory gets deleted! #48

Closed ivanixgames closed 7 years ago

ivanixgames commented 7 years ago

The build script provides no warning that everything in the output directory will be deleted! I was expecting a separate folder to be created inside the output path where all files needed for conversion would take place.

felixrieseberg commented 7 years ago

This is now fixed in 0.6.1. We're only deleting things inside the pre-appx folder and overwrite the appx, if it exists.