Merge branch 'main' of https://git.odit.services/lfk/scanclient-electron
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
commit
a648277dae
18
README.md
18
README.md
@ -1,3 +1,19 @@
|
|||||||
# scanclient-electron
|
# scanclient-electron
|
||||||
|
|
||||||
electron packaged scanclient
|
electron packaged scanclient
|
||||||
|
|
||||||
|
## Package
|
||||||
|
> Automagicly discovers your os and selects the right packager
|
||||||
|
|
||||||
|
```
|
||||||
|
pnpm i
|
||||||
|
pnpm build
|
||||||
|
```
|
||||||
|
|
||||||
|
## Bundle as MSI
|
||||||
|
> You need to install the [WiX MSI Buildtools](https://wixtoolset.org/docs/wix3/) first
|
||||||
|
|
||||||
|
```
|
||||||
|
pnpm i
|
||||||
|
pnpm build:msi
|
||||||
|
```
|
Reference in New Issue
Block a user