-
Notifications
You must be signed in to change notification settings - Fork 8
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
Linux support (and perhaps other OSes) #16
Comments
Thank you for the kind words! ♥ Good news is nothing in Tiger's tech stack is very Windows-centric. The most limiting factors (for me) are the time/setup to QA other platforms, and idiomatic packaging/distribution. Here is a list of hopefully everything that is needed to support another platform:
Development setup requires npm and tauri cli:
|
https://github.com/jdm/tiger/tree/macos allows the app to start up on macOS, but the app contents are basically unresponsive. I can't get it to do more than highlight a menu item or button; nothing happens when I click. Closing the app is instant, however. |
Thanks for getting the ball rolling! This is the Typescript code that should run when you click Line 57 in 3dcca3f
From what you describe, it sounds like the system file picker is failing to open 🤔 - that much is supposed to be cross-platform via tauri. |
First of all, congrats on an awesome app!
You stated that this only works on Windows; could you list the Windows-specific parts, so that contributors can help provide more compatible alternatives, towards the goal of making Tiger work on Linux (and perhaps other OSes as well)?
Thanks!
The text was updated successfully, but these errors were encountered: