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
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
OS: Mac
Node: 8.11.2
NPM: 5.6.0
Quasar CLI: 0.17.7
What did you get as the error?
Running quasar build -m electron overwrites any previously created electron builds in the dist folder.
What were you expecting?
I would expect previous builds (of a different architecture / platform) to remain, alongside the newly created build. For example, when creating Windows 10 apps, you need to build both a 32-bit version and a 64-bit version - so the desire would be to first create the 64-bit version, then create the 32-bit version without the 64-bit version being deleted.
What steps did you take, to get the error?
In quasar.conf.js, set the architecture to 64-bit and the platform to Windows:
Once complete, note that the first build folder (MyApp-win32-x64) has been removed
The text was updated successfully, but these errors were encountered:
dannyconnell
changed the title
quasar build -m electron overwrites all previous Windows electron builds in the dist folder
quasar build -m electron overwrites all previous electron builds in the dist folder
Aug 31, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Software version
OS: Mac
Node: 8.11.2
NPM: 5.6.0
Quasar CLI: 0.17.7
What did you get as the error?
Running
quasar build -m electron
overwrites any previously created electron builds in the dist folder.What were you expecting?
I would expect previous builds (of a different architecture / platform) to remain, alongside the newly created build. For example, when creating Windows 10 apps, you need to build both a 32-bit version and a 64-bit version - so the desire would be to first create the 64-bit version, then create the 32-bit version without the 64-bit version being deleted.
What steps did you take, to get the error?
quasar build -m electron
quasar build -m electron
The text was updated successfully, but these errors were encountered: