Update actions.py

This commit is contained in:
Rmys
2025-01-02 20:35:21 +03:00
committed by GitHub
parent e7a10f19b7
commit 0f161290a2
+1 -1
View File
@@ -16,7 +16,7 @@ shelltools.export("SHELL", "/bin/sh")
shelltools.export("MACH_USE_SYSTEM_PYTHON", "1")
shelltools.export("MOZBUILD_STATE_PATH", "mozbuild")
locales = "be ca da de el en-GB en-US es-AR es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
locales = "ca da de el en-GB en-US es-AR es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
xpidir = "%s/xpi" % get.workDIR()
arch = get.ARCH()
ver = ".".join(get.srcVERSION().split(".")[:3])