Skip to content

Creating installers

Tomasz Dziuda edited this page Nov 17, 2020 · 3 revisions

Before running an installer creation process make sure that front-end JS files are up to date. The best way to do it is running:

npm run prod

For macOS

Run in the root directory:

npm run packager:osx

The Publii.dmg package will be created in the root directory.

For Windows

Run in the root directory:

npm run packager:win

The Publii-win32-x64 directory will be created during this process.