This repository has been archived on 2025-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
2023-03-27 18:21:27 +02:00

19 lines
290 B
Markdown

# scanclient-electron
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
```