Releases: niksedk/subtitle-alchemist
Releases · niksedk/subtitle-alchemist
0.0.8.0-Alpha
Alpha release of Subtitle Alchemist - a prototype/research project exploring the feasibility of porting a light version of Subtitle Edit from Windows Forms to .NET MAUI for cross-platform (Mac and Windows 11) compatibility.
Do not expect these alpha versions to be any kind of stable...
Support the project: https://github.com/sponsors/niksedk?frequency=one-time
Install .msix package
Prerequisites
- Windows SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
- .NET Desktop Runtime 8: https://dotnet.microsoft.com/en-us/download/dotnet/8.0
To install the .msix package, you will need to trust the certificate:
- Right-click on the .msix file and choose Properties.
- Select the Digital Signatures tab.
- Choose the certificate then press Details.
- Select View Certificate.
- Select Install Certificate....
- Choose Local Machine then select Next.
- If you're prompted by User Account Control to Do you want to allow this app to make changes to your device?, select Yes.
- In the Certificate Import Wizard window, select Place all certificates in the following store.
- Select Browse... and then choose the Trusted People store. Select OK to close the dialog.
See more here: https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-cli?view=net-maui-8.0