- stored inside FlatCAM app the VisPy data files and at the first start the application will try to copy those files to the APPDATA (roaming) folder in case of running under Windows
- created an app 'switch' named 'self.portable' which when set True it will 'cx-freeze' an portable application
This commit is contained in:
@@ -55,6 +55,7 @@ if platform.architecture()[0] == '64bit':
|
||||
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(("README.md", "README.md"))
|
||||
include_files.append(("LICENSE", "LICENSE"))
|
||||
|
||||
Reference in New Issue
Block a user