scanclient-electron/README.md

19 lines
290 B
Markdown
Raw Permalink Normal View History

2021-03-19 15:41:02 +00:00
# scanclient-electron
2023-03-27 16:21:27 +00:00
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
```