This is a simple blank app to cover some parts or the entire screen This can be used as a sample frame for electron apps
Latest Version (Make sure to have resources.neu
along the executable !)
If you want to get the source code and edit the app :
- Get the repo
git clone https://github.com/Escartem/Frame
cd Frame
- Download the neutralino binaries and place them in a folder named
bin
To test the app:
npx @neutralinojs/neu run
Then, to compile the app:
npx @neutralinojs/neu build --release
Output will be in the dist
folder