Update README.md

This commit is contained in:
NodeMixaholic 2023-03-09 09:24:23 -06:00 committed by GitHub
parent 0bf0d5b91a
commit 51750a37a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ npm install --save-dev electron-packager
npm run make
```
Keep in mind you also need a copy of the WINE project and need to be on Linux.
A basic Electron application needs just these files:
- `package.json` - Points to the app's main file and lists its details and dependencies.