mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
The Platform attribute is not valid in WiX v4+. Instead, specify the target architecture at build time using the -arch x64 flag. Changes: - Remove invalid Platform="x64" attribute from Package element - Add -arch x64 to wix build command in release workflow - Keep ProgramFiles64Folder for explicit 64-bit installation path This ensures the MSI is built as a proper 64-bit package that installs to "Program Files" instead of "Program Files (x86)". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>