Skip to content

Commit

Permalink
Pyinstaller used in Python 3.6, documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf-Hempel committed Feb 13, 2021
1 parent 2fe99d9 commit ccc32d7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Documentation/PlanetarySystemStacker_User-Guide-German.docx
Binary file not shown.
Binary file modified Documentation/PlanetarySystemStacker_User-Guide-German.pdf
Binary file not shown.
Binary file modified Documentation/PlanetarySystemStacker_User-Guide.docx
Binary file not shown.
Binary file modified Documentation/PlanetarySystemStacker_User-Guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions InstallForge/InstallForge_1-4-1.ifp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ProjectFileVersion = 1.1
[General]
Program name = PlanetarySystemStacker
Program version = 0.8.22
Program version = 0.8.31
Windows 2000 = 0
Windows XP = 0
Windows Server 2003 = 0
Expand Down Expand Up @@ -55,7 +55,7 @@ Time = 2
PlaySound = 0
Allow = 0
[Build]
File = D:\SW-Development\Python\PlanetarySystemStacker\Windows_Installer\PlanetarySystemStacker_V0.8.22_Windows-Installer.exe
File = D:\SW-Development\Python\PlanetarySystemStacker\Windows_Installer\PlanetarySystemStacker_V0.8.31_Windows-Installer.exe
SetupIconPath = D:\SW-Development\Python\PlanetarySystemStacker\Documentation\Icon\PSS-Icon-64.ico
UninstallIconPath = D:\SW-Development\Python\PlanetarySystemStacker\Documentation\Icon\PSS-Icon-64.ico
CompressionMethod = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astropy_path, = astropy.__path__

a = Analysis(['planetary_system_stacker.py'],
pathex=['D:\\SW-Development\\Python\\PlanetarySystemStacker\\planetary_system_stacker'],
binaries=[('C:\Python35\Lib\site-packages\opencv_ffmpeg342_64.dll', '.'),
binaries=[('C:\Python36\Lib\site-packages\cv2\opencv_videoio_ffmpeg420_64.dll', '.'),
('D:\SW-Development\Python\PlanetarySystemStacker\planetary_system_stacker\Binaries\Api-ms-win-core-xstate-l2-1-0.dll', '.'),
('D:\SW-Development\Python\PlanetarySystemStacker\planetary_system_stacker\Binaries\Api-ms-win-crt-private-l1-1-0.dll', '.'),
('C:\Windows\System32\downlevel\API-MS-Win-Eventing-Provider-L1-1-0.dll', '.'),
Expand Down

0 comments on commit ccc32d7

Please sign in to comment.