mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
delete escape tags
This commit is contained in:
parent
fdf18b7dfa
commit
e295a5abd9
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ func BuildDocker(binaryName string, buildMode string, projectOptions *ProjectOpt
|
|||
"-v", fmt.Sprintf("%s:/build", filepath.Join(fs.Cwd(), "build")),
|
||||
"-v", fmt.Sprintf("%s:/source", fs.Cwd()),
|
||||
"-e", fmt.Sprintf("LOCAL_USER_ID=%v", userid),
|
||||
"-e", fmt.Sprintf("FLAG_TAGS=\"%s\"", projectOptions.Tags),
|
||||
"-e", fmt.Sprintf("FLAG_TAGS=%s", projectOptions.Tags),
|
||||
"-e", fmt.Sprintf("FLAG_LDFLAGS=%s", ldFlags(projectOptions, buildMode)),
|
||||
"-e", "FLAG_V=false",
|
||||
"-e", "FLAG_X=false",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue