Update win_manifest_gen.go

This commit is contained in:
Internet Addict 2025-02-18 20:59:53 +00:00
parent 13958c2d8e
commit 05f22e2b6d

View file

@ -99,7 +99,8 @@ func main() {
} }
fileVersion := fmt.Sprintf("%s,%s,%s,%s", v1, v2, v3, v4) fileVersion := fmt.Sprintf("%s,%s,%s,%s", v1, v2, v3, v4)
rcContent := fmt.Sprintf(`1 RT_MANIFEST "app.manifest" // Note: We use "2 RT_MANIFEST" so it doesn't collide with the VERSIONINFO (ID=1).
rcContent := fmt.Sprintf(`2 RT_MANIFEST "app.manifest"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION %s FILEVERSION %s