Add pwa & stuff #75

Merged
alois merged 48 commits from dev into main 2026-08-18 22:32:16 +03:00
2 changed files with 162 additions and 214 deletions
Showing only changes of commit 2b4207f8fa - Show all commits

fix(deps): checksums
Some checks failed
/ build-desktop (linux) (push) Failing after 4m58s
/ build-web (push) Failing after 5m3s
/ build-mobile (push) Failing after 7m41s
/ release (push) Has been skipped

Alois 2026-08-09 11:53:50 +02:00
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -10,7 +10,7 @@ env:
jobs:
web:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build web
runs-on: nixos
steps:
@ -23,7 +23,7 @@ jobs:
- run: nix develop .#electron --command pnpm run build:web
desktop:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build desktop
runs-on: nixos
steps:
@ -36,7 +36,7 @@ jobs:
- run: nix develop .#electron --command pnpm run build:desktop
mobile:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build mobile
runs-on: nixos
steps:
@ -46,4 +46,4 @@ jobs:
persist-credentials: false
- run: nix develop .#tauri --command pnpm install --frozen-lockfile
- run: nix develop .#tauri --command pnpm run build:packages
- run: nix develop .#tauri --command pnpm --dir apps/tauri run build:mobile:ci
- run: nix develop .#tauri --command pnpm --dir apps/tauri run build:mobile:ci

368
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff