mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
use xgo 1.16.2
This commit is contained in:
parent
ff7b6eacaf
commit
d77b5b2d57
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import (
|
|||
wailsruntime "github.com/wailsapp/wails/runtime"
|
||||
)
|
||||
|
||||
const xgoVersion = "1.0.1"
|
||||
const xgoVersion = "1.16.2"
|
||||
|
||||
var fs = NewFSHelper()
|
||||
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@ func (b *PackageHelper) PackageWindows(po *ProjectOptions, cleanUp bool) error {
|
|||
"docker", "run", "--rm",
|
||||
"-v", outputDir + ":/build",
|
||||
"--entrypoint", "/bin/sh",
|
||||
"wailsapp/xgo:latest",
|
||||
"wailsapp/xgo:1.16.2",
|
||||
"-c", "/usr/bin/x86_64-w64-mingw32-windres -o /build/" + basename + "-res.syso /build/" + basename + ".rc",
|
||||
}
|
||||
if err := NewProgramHelper().RunCommandArray(args); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue