- created a configuration file in the root/config/configuration.txt with a configuration line for portability. Set portable to True to run the app as portable

This commit is contained in:
Marius Stanciu
2019-08-15 02:47:09 +03:00
parent 5c75998dbb
commit beef671613
4 changed files with 23 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ include_files.append(("locale", "lib/locale"))
include_files.append(("postprocessors", "lib/postprocessors"))
include_files.append(("share", "lib/share"))
include_files.append(("flatcamGUI/VisPyData", "lib/vispy"))
include_files.append(("config", "lib/config"))
include_files.append(("README.md", "README.md"))
include_files.append(("LICENSE", "LICENSE"))