Skip to content

Jirapo/nowa-gui

 
 

Repository files navigation

setup

npm install
npm run dev

in another terminal

if you first run this project, please run it at first.

npm run prepack

then run

npm start

packer app

npm run build
  • in mac
npm run packer:mac
  • in windows
npm run packer:win
cd release/NowaGUI-win32-ia32/resources
asar pack app app.asar
rd /S /Q app
  1. then modify setup.iss adapt to your file paths.

  2. use * Inno Setup Compile * to pack setup.exe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 9.1%
  • Inno Setup 2.5%
  • HTML 1.1%