Example using CLI: Trello #1078
radarsymphony
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thought I'd add a quick example of using Pake CLI to create a Trello desktop app. Thank you for the great work!
Explanation
Initially the error messages suggested that I didn't have all the libraries needed, so I installed those (webkitgtk).
Next, it almost completed, but suggested I needed to add the
NO_STRIP=1option. That worked and the build completed successfully.However, logging into Trello opened the login page in my browser, so I added the
--force-internal-navigationoption to have the login stay within the pake wrapper.The last two lines are moving the resulting AppImage to my local binaries directory and making it executable.
I hope this helps someone to generate their own desktop apps.
Beta Was this translation helpful? Give feedback.
All reactions