Skip to content

Commit ff83b0a

Browse files
committed
[gogio] add AppID -X flags
Signed-off-by: inkeliz <[email protected]>
1 parent b75ef69 commit ff83b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gogio/windowsbuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func (b *windowsBuilder) buildProgram(buildInfo *buildInfo, name string, arch st
213213
ldflags += ` -X "gioui.org/app.schemesURI=` + strings.Join(buildInfo.schemes, ",") + `" `
214214
}
215215
if buildInfo.appID != "" {
216-
ldflags += ` -X "gioui.org/app.appID=` + buildInfo.appID + `" `
216+
ldflags += ` -X "gioui.org/app.ID=` + buildInfo.appID + `" `
217217
}
218218

219219
cmd := exec.Command(

0 commit comments

Comments
 (0)