-
Notifications
You must be signed in to change notification settings - Fork 3
Packaging
Sawyer Vaughan edited this page Apr 9, 2017
·
1 revision
SantosGUI uses pyinstaller to package the application as an executable.
To create the executable, simply run the SantosBuild.sh
file in application/packaging
directory of SantosGUI with: bash SantosBuild.sh
. The executable will be output to the application/dist
folder.