mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
Better electron build instructions
This commit is contained in:
parent
46b611d682
commit
94fa1c3ba9
1 changed files with 6 additions and 1 deletions
|
|
@ -90,8 +90,13 @@ Generate Electron Build for desktop
|
|||
* $ npm run electron:package:win
|
||||
* $ npm run electron:package:mac
|
||||
|
||||
The resulting binary will be placed in the dist folder that is generated.
|
||||
|
||||
Note:
|
||||
Build targeting windows requires wine to be installed
|
||||
Build targeting windows from linux requires wine to be installed.
|
||||
|
||||
Linux build produces app image and deb for installation.
|
||||
To use the app image you must do a 'chmod +x jsketcher-*.*.*.AppImage'
|
||||
|
||||
Contributing Please see [.github/CONTRIBUTING.md ](.github/CONTRIBUTING.md )
|
||||
=========================
|
||||
|
|
|
|||
Loading…
Reference in a new issue