(fix): workflows
Some checks failed
/ build-desktop (linux) (push) Failing after 4m16s
/ build-web (push) Failing after 4m27s
/ build-mobile (push) Failing after 7m4s
/ release (push) Has been skipped

(feat): update mtp
This commit is contained in:
Alois 2026-07-05 22:19:03 +02:00
commit f3ecb8f3dd
5 changed files with 13 additions and 17 deletions

View file

@ -243,6 +243,7 @@
export NPM_CONFIG_TARGET_ARCH="''${NPM_CONFIG_TARGET_ARCH:-x64}"
export npm_config_build_from_source=true
export USE_SYSTEM_FPM=true
export ELECTRON_BUILDER_7ZIP_PATH="${pkgs.p7zip}/bin/7za"
alias electron-install='cd "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" && pnpm install'
alias electron-build-web='cd "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" && pnpm run build:web'
@ -258,6 +259,7 @@
jdk17
gradle
pnpm
bun
nodejs
corepack_22
coreutils