Releases: Mahtwo/m3u8-relativisator
Releases · Mahtwo/m3u8-relativisator
v1.0 - First release
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