Commit Graph

3 Commits

Author SHA1 Message Date
30c7a50240 Update build and check scripts to use pnpm for consistency
- Changed build command in build.sh from npm to pnpm.
- Updated dependency installation in publish_setup.sh to use pnpm.
- Modified check.sh to replace npx commands with pnpm for running Svelte sync and checks.
2025-12-27 12:26:39 -06:00
11817af64b Update publish_setup.sh to use libwebkit2gtk-4.1-dev for system dependencies
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 18s
CI / build-frontend (push) Successful in 47s
CI / build-backend (push) Successful in 45s
2025-12-26 23:08:09 -06:00
f94be974fc Add publishing scripts for build and release process
- Introduced `publish_build.sh` to automate frontend and server builds, including desktop binaries for Linux, Windows, and Mac.
- Added `publish_setup.sh` for installing system and project dependencies.
- Created `publish.sh` to handle release creation and asset uploads to Gitea.
2025-12-26 22:50:02 -06:00