diff --git a/win_manifest_gen.go b/win_manifest_gen.go index daf6a57..f6c3095 100644 --- a/win_manifest_gen.go +++ b/win_manifest_gen.go @@ -100,9 +100,9 @@ func main() { fileVersion := fmt.Sprintf("%s,%s,%s,%s", v1, v2, v3, v4) // Note: We use "2 RT_MANIFEST" so it doesn't collide with the VERSIONINFO (ID=1). - rcContent := fmt.Sprintf(`2 RT_MANIFEST "app.manifest" + rcContent := fmt.Sprintf(`1 24 "app.manifest" -1 VERSIONINFO +2 VERSIONINFO FILEVERSION %s PRODUCTVERSION %s FILEFLAGSMASK 0x3fL