moved /scripts to user dir config

This commit is contained in:
mh4x0f 2020-04-05 08:40:46 -03:00
parent f58ea4827d
commit a4f913a423
4 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ All notable changes to this project will be documented in this file.
- Initial commit. [mh4x0f]
### Changed
- moved /scripts to user dir config [mh4x0f]
- changed logs folder model [mh4x0f]
- Moved __main__ code to __init__ [mh4x0f]
- Changed python3.6 to python3.7. [mh4x0f]

View File

@ -28,6 +28,7 @@ def create_user_dir_config():
copy_tree("config", user_config_dir +'/config')
copy_tree("logs", user_config_dir + "/logs")
copy_tree("helps", user_config_dir + "/helps")
copy_tree("scripts", user_config_dir + "/scripts")
# create dir config