Powershell script to correctly repackage broken APPX files generated by Godot 3.5
.\godot-appx-repackager.ps1 game.appx
- X64 only!
- UWP export fields must be 4 characters long at least.
- publisherName must match with the one provided in the Godot UWP export field (CN=RAWRLAB).
- A self-signed PFX certificate will be generated if you don't provide one.
- Avoid spaces and special characters in any paths, just in case.