diff --git a/_freeze.py b/freeze.py similarity index 100% rename from _freeze.py rename to freeze.py diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index eb4559c..28a90c3 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -435,7 +435,7 @@ chcon -Rt svirt_sandbox_file_t /home/pacman-ghost/vasl/vasl-6.4.3.vmod

It is possible to compile the desktop application down to a single binary. This is typically done for the benefit of Windows users, but also works for other platforms. From the root directory of the repo:

-python _freeze.py --output c:\temp\vasl-templates.zip +python freeze.py --output c:\temp\vasl-templates.zip
The script will compile the program, then package it all up with the necessary support files into a single archive file.