You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packaging/Readme.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
In here you will find the the scripts and config file I use to build distributable binaries.
4
4
They all work with relative paths the way I have set them up in my 3 systems.
5
-
They do not contain the pre-compiled enfuse and align_image_stack (and neither the scripts I use
6
-
to make them distributable).
7
-
I decided not to pack "everything" in one big Python executable, but to leave the data files
8
-
and enfuse and align_image_stack outside the Python executable, also to make the application start faster.
5
+
These scripts and source code tree do not contain the pre-compiled enfuse and align_image_stack packaged in the AppImage, the Windows build and the MacOS bundel (and contain neither the scripts I use to make enfuse and align_image_stack distributable).
6
+
PyInstaller is use to make the python binaries for the several platforms.
0 commit comments