1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Update Windows Build

Fix the issues with cx_Freeze builds on newer versions of python and
with newer version of PyQt5
- Update .gitignore to ignore .spec files
- Update package.py to use pyInstaller instead of cx_Freeze
- Update requirements-windows to have pyInstaller instead of cx_Freeze
- Update setup.nsi to work with build and packaging changes
- Add win_version_info.temp to build a version information file for
  pyInstaller as part of the package.py script
This commit is contained in:
2019-03-24 21:35:34 -05:00
parent a1cacbe72b
commit 15bfe059c7
5 changed files with 85 additions and 66 deletions

3
.gitignore vendored
View File

@@ -21,4 +21,5 @@ cocoa/autogen
/help/*/changelog.rst
*.pyd
*.exe
*.exe
*.spec