fix: desktop (#1080)

This commit is contained in:
Mo
2022-06-09 18:01:00 -05:00
committed by GitHub
parent 9c65d64200
commit 6801c3dd3b
16 changed files with 296 additions and 1259 deletions

View File

@@ -16,7 +16,7 @@ This application makes use of the core JS/CSS/HTML code found in the [web repo](
Make sure [Yarn](https://classic.yarnpkg.com/en/) is installed on your system.
```bash
yarn setup
yarn install
yarn build:web # Or `yarn dev:web`
yarn dev
@@ -68,11 +68,11 @@ Snap releases also require a working snapcraft / `snapd` installation.
Building can then be done by running:
- `yarn setup`
- `yarn install`
Followed by
- `node scripts/desktop/build.mjs deb-arm64`
- `node scripts/build.mjs deb-arm64`
## Installation