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

This commit is contained in:
Philipp Dormann 2023-03-27 18:27:49 +02:00
commit a648277dae
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
```