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

Add a windows setup builder #981

Merged
merged 4 commits into from
Feb 4, 2022
Merged

Add a windows setup builder #981

merged 4 commits into from
Feb 4, 2022

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented Feb 4, 2022

Summary:

I'm giving the Windows setup installer a go again. This time without packaging novelWriter into anything at all. The new setup just installs the Python source from the Minimal Windows Package with pre-compiled pyc files, Python 3.10 embedded, and the dependency libraries installed into a lib folder.

The old pyz builder has been removed from the setup.py script.

Related Issue(s):

Related: #640

Reviewer's Checklist:

  • The header of all files contain a reference to the repository license
  • The overall test coverage is increased or remains the same as before
  • All tests are passing
  • All flake8 checks are passing and the style guide is followed
  • Documentation (as docstrings) is complete and understandable
  • Only files that have been actively changed are committed

@vkbo vkbo merged commit a0cdf44 into main Feb 4, 2022
@vkbo vkbo deleted the win_installer branch February 4, 2022 19:37
@vkbo vkbo added this to the Release 1.6 Beta 2 milestone Feb 4, 2022
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.

1 participant