[v11.0.x] CI: use linux to build msi installers (#95296)

CI: use linux to build msi installers (#95215)

* Build the MSI installers using Linux and wine

(cherry picked from commit 66c728d26b)
This commit is contained in:
Kevin Minehart
2024-10-23 14:12:08 -06:00
committed by GitHub
parent 747a82bcd0
commit 9d9ab65fea
10 changed files with 360 additions and 450 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
global variables
"""
grabpl_version = "v3.0.56"
grabpl_version = "v3.1.1"
golang_version = "1.22.7"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.