Merge branch 'main' of https://git.odit.services/lfk/scanclient-electron
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Philipp Dormann 2023-03-27 18:27:49 +02:00
commit a648277dae

View File

@ -1,3 +1,19 @@
# 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
```