From 05667f813c321c2505d7d9f705dfeacb76d8e6b3 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 29 Dec 2018 10:14:43 +0000 Subject: [PATCH] Renamed the freeze script. --- _freeze.py => freeze.py | 0 vasl_templates/webapp/static/help/index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename _freeze.py => freeze.py (100%) 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.