Skip to content

v1.0 - First release

Latest
Compare
Choose a tag to compare
@Mahtwo Mahtwo released this 23 May 17:13
· 3 commits to main since this release
0838f64

Android

  • Since Xamarin doesn't have a method for showing a "Save As" dialog, the Android version of this app sends back the modified file using the sharing file UI

UWP

  • To install the UWP version of this app, extract the .7z archive and execute Install.ps1 (right click, Run with PowerShell)
  • If you get an error about not being able to run the script, open a CMD or PowerShell window and execute the command powershell.exe -ExecutionPolicy Unrestricted. The command will open a new PowerShell session where the execution of unsigned scripts is temporary allowed. You can then execute Install.ps1 while in this PowerShell session