Open
Description
When nw-builder is ready.
Requirements:
- Creates a folder with a naming convention containing the app name, version number, OS, and arch
- Folder should contain the Normal version of NW.js matching what is used in the
package.json
and the built version of the Vue app - Should be able to go into that folder and double-click
your-app-name.exe
to have it run in the Normal NW.js version - Packaged Windows versions for distribution should be created:
- Zip and/or 7zip
- Some kind of self-extracting installable EXE (NSIS, WinRAR, whatever). An installer.
- Packaged Linux versions for distribution
- Zip and/or 7zip and/or Tarball
- Optional: Some type of installer for a common Linux distro(s)
- Packaged OSX versions for distribution
- Zip
- Optional: An installer or DMG
Current output: