Fix Task commands in Powershell (#6330)

This commit is contained in:
James Brunton
2026-05-08 10:47:36 +01:00
committed by GitHub
parent 270af912d4
commit 4ee47fdddd
2 changed files with 1 additions and 7 deletions
+1 -6
View File
@@ -1,12 +1,7 @@
version: '3'
vars:
# Single source of truth for the jlink module list (also read by
# frontend/scripts/build-universal-mac-jre.sh during CI). The desktop
# taskfile runs with dir: frontend (see Taskfile.yml), so this path
# is relative to that directory.
JLINK_MODULES:
sh: tr -d '\n' < src-tauri/jlink-modules.txt
JLINK_MODULES: "java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.prefs,java.rmi,java.scripting,java.security.jgss,java.security.sasl,java.sql,java.transaction.xa,java.xml,java.xml.crypto,jdk.crypto.ec,jdk.crypto.cryptoki,jdk.unsupported"
tasks:
prepare: