-
Notifications
You must be signed in to change notification settings - Fork 17
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
initial burrow gtk #135
initial burrow gtk #135
Conversation
26cfc6b
to
cdd39af
Compare
Build succeeded & all comments resolved. Ready for review |
Closes #83 |
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.
How do I build and test the app? Would it be possible to add that info to GETTING_STARTED.md
?
Can we delete burrow-gtk/README.md
?
Also run these tests on Github Actions as part of the PR request flow.
972dd77
to
eecbeae
Compare
pub static VERSION: &str = "0.1.0"; | ||
pub static GETTEXT_PACKAGE: &str = "burrow-gtk"; | ||
pub static LOCALEDIR: &str = "/app/share/locale"; | ||
pub static PKGDATADIR: &str = "/app/share/burrow-gtk"; |
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.
curious where these magic values come from?
I'm not really working on this anymore - someone can feel free to fork & send in a new PR if they want to work on it. |
No description provided.