(feat): tauri -> electron desktop app migration #9

Merged
alois merged 13 commits from dev into main 2026-05-25 16:35:36 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e146ae2710 - Show all commits

(fix): rpm builds in workflow
All checks were successful
/ build-web (push) Successful in 1m25s
/ build-desktop (linux) (push) Successful in 5m45s
/ build-mobile (push) Successful in 11m39s
/ release (push) Successful in 27s

Alois 2026-05-25 13:20:50 +02:00

View file

@ -90,7 +90,7 @@ jobs:
uses: https://data.forgejo.org/actions/checkout@v4
- name: Install Packages
run: apt-get update && apt-get install -y sudo curl jq
run: apt-get update && apt-get install -y sudo curl jq fakeroot dpkg rpm xz-utils
- name: Install Bun
uses: oven-sh/setup-bun@v2

View file

@ -90,7 +90,7 @@ jobs:
uses: https://data.forgejo.org/actions/checkout@v4
- name: Install Packages
run: apt-get update && apt-get install -y sudo curl jq
run: apt-get update && apt-get install -y sudo curl jq fakeroot dpkg rpm xz-utils
- name: Install Bun
uses: oven-sh/setup-bun@v2