Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.19 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.19 KB

MA2Export2File .NET Core

Terminal application that takes an MA2 Image Export XML file and extracts the included images. Should run on Windows Mac or Linux with the .NET framework.

IMAGE

Issues:

  • There isnt very much validation code in this at the moment so it may.. or may not work.
  • Make sure you have .NET

MacOS:

  • Due to the way Github actions zips files the executable for macOS is not ... executable. to fix this run chmod u+x MA2ImageExport2File on the unzipped content.
  • Newer versions of macOS will complain because the code isnt codesigned, I don't make money from this so I likly wont pay for the cerfificate. to get around that Right click on MA2ImageExport2File from finder, Click Open then in the big scary dialog click Open again. This will allow you to run the application from the terminal on subsiquent runs.

OSX build currently has an issue where it's not executable