Basic readme update

This commit is contained in:
Nicolai Ort 2023-03-27 18:21:27 +02:00
parent de0e26e9ae
commit cdaa3edfa6
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 17 additions and 1 deletions

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
```