Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 471 Bytes

godot-appx-repackager

Powershell script to correctly repackage broken APPX files generated by Godot 3.5

Usage

.\godot-appx-repackager.ps1 game.appx

Tips

  • 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.