diff --git a/.github/workflows/desktop.release.reuse.yml b/.github/workflows/desktop.release.reuse.yml index ab89a24c9..5111c9cd3 100644 --- a/.github/workflows/desktop.release.reuse.yml +++ b/.github/workflows/desktop.release.reuse.yml @@ -78,6 +78,11 @@ jobs: - run: yarn install --immutable + - name: Rebuild Electron Native Modules + run: yarn workspace @standardnotes/desktop rebuild:home-server + + - run: yarn build:desktop + - run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV - name: Compile for AppImage diff --git a/packages/web/package.json b/packages/web/package.json index c9986ad5c..1d043810b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.198.10", "license": "AGPL-3.0", "main": "dist/app.js", - "author": "Standard Notes.", + "author": "Standard Notes", "private": true, "files": [ "dist"