Skip to content
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

Fix error in package script for (Arch) Linux #691

Merged
merged 4 commits into from
Jul 28, 2020

Conversation

glubsy
Copy link
Contributor

@glubsy glubsy commented Jul 24, 2020

  • While packaging, the "build/help" and "build/locale" directories are not found.
  • Work around the issue with try/except statements.
  • This probably affects packaging for other distributions as well.

* While packaging, the "build/help" and "build/locale" directories are not found.
* Work around the issue with try/except statements.
@glubsy glubsy closed this Jul 24, 2020
@glubsy glubsy reopened this Jul 24, 2020
* Just like the Windows package function counterpart, better abort building the package if the help and locale files have not been build instead of ignoring the error
@arsenetar
Copy link
Owner

This seems alright as it is now, just as a reference if the help is not built then the offline help will not be available.

One thing that could be changed here is the error messages could include how to build these build.py --loc and build.py --help respectively.

@glubsy
Copy link
Contributor Author

glubsy commented Jul 24, 2020

Good thinking, thank you.

@arsenetar arsenetar merged commit c36fd84 into arsenetar:master Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants