takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
882 stars 119 forks source link

Work-around to have the Kivy DLLs in the installer #251

Open VladimirSvoboda opened 2 years ago

VladimirSvoboda commented 2 years ago

Kivy packages contain DLL at unusual locations. Add specific behavior to embed them in the installer.

codecov[bot] commented 2 years ago

Codecov Report

Merging #251 (1911bf1) into master (0e05f3e) will decrease coverage by 1.41%. The diff coverage is 46.66%.

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   88.34%   86.92%   -1.42%     
==========================================
  Files           8        8              
  Lines         798      811      +13     
==========================================
  Hits          705      705              
- Misses         93      106      +13     
Impacted Files Coverage Δ
nsist/wheels.py 87.60% <46.66%> (-3.23%) :arrow_down:
nsist/util.py 88.88% <0.00%> (-5.56%) :arrow_down:
nsist/copymodules.py 85.05% <0.00%> (-1.15%) :arrow_down:
nsist/__init__.py 83.94% <0.00%> (-0.37%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e05f3e...1911bf1. Read the comment docs.