-
Notifications
You must be signed in to change notification settings - Fork 289
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
💻 Offline Hedy for Windows #5116
Conversation
for more information, see https://pre-commit.ci
…hedy-offline-windows
for more information, see https://pre-commit.ci
…hedy-offline-windows
for more information, see https://pre-commit.ci
…hedy-offline-windows
for more information, see https://pre-commit.ci
38a677e
to
bee6b9e
Compare
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.
Let's goooo!
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
This adds a build for a standalone Hedy package on Windows.
The end result will be a directory with an executable and some data files hidden in a directory called
_internal
. It will use the dev database in JSON format.The build is triggered with the (hidden) doit task
doit run _offline
; this also adds a GitHub Workflows script that performs the build.