-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the app x-platform #436
Conversation
IsVisible="{OnPlatform False, | ||
Windows=True}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though the authentication should work on other platforms, we'll limit it to Windows for now
- win-arm64 | ||
- win-x86 | ||
- win-x64 | ||
- linux-x64 | ||
- osx-arm64 | ||
- osx-x64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is based on the FFmpeg builds we have available (via https://github.com/Tyrrrz/FFmpegBin)
Thanks in large to @Mrxx99's Avalonia migration PR (#361), this has now become possible!