Compare commits
6 Commits
85f26225ba
...
721192edb0
| Author | SHA1 | Date | |
|---|---|---|---|
| 721192edb0 | |||
|
|
ec20f343c4 | ||
|
|
7ae39bc050 | ||
| df833e8464 | |||
|
|
a15e69413a | ||
|
|
0550066e70 |
@ -346,6 +346,7 @@ jobs:
|
||||
APPIMAGE_EXTRACT_AND_RUN: "1"
|
||||
SODIUM_LIB_DIR: /usr/lib/x86_64-linux-gnu
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target x86_64-unknown-linux-gnu
|
||||
- name: Upload artifacts
|
||||
@ -447,6 +448,7 @@ jobs:
|
||||
OPENSSL_STATIC: "1"
|
||||
SODIUM_LIB_DIR: /usr/x86_64-w64-mingw32/lib
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target x86_64-pc-windows-gnu
|
||||
- name: Upload artifacts
|
||||
@ -636,6 +638,7 @@ jobs:
|
||||
APPIMAGE_EXTRACT_AND_RUN: "1"
|
||||
SODIUM_LIB_DIR: /usr/lib/aarch64-linux-gnu
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target aarch64-unknown-linux-gnu --bundles deb,rpm
|
||||
- name: Upload artifacts
|
||||
|
||||
@ -4,6 +4,13 @@ All notable changes to TRCAA are documented here.
|
||||
Commit types shown: feat, fix, perf, docs, refactor.
|
||||
CI, chore, and build changes are excluded.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
- Register missing updater commands
|
||||
- **ci**: Add libsodium to all build environments
|
||||
- **ci**: Unset SODIUM_USE_PKG_CONFIG and use SODIUM_LIB_DIR in auto-tag.yml
|
||||
|
||||
## [1.2.3] — 2026-06-13
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user