File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11project :
2- name : PyCompiler_ARK
2+ name : PyCompiler-ARK
33 version : 1.0.0
44 entry : pycompiler_ark.py
55workspace :
@@ -28,5 +28,37 @@ workspace:
2828build :
2929 engine : pyinstaller
3030 output : dist/
31- data : []
32- exclude : []
31+ data :
32+ - source : engines/
33+ destination : engines/
34+ type : dir
35+ - source : icons/
36+ destination : icons/
37+ type : dir
38+ - source : images/
39+ destination : images/
40+ type : dir
41+ - source : languages/
42+ destination : languages/
43+ type : dir
44+ - source : Plugins/
45+ destination : Plugins/
46+ type : dir
47+ - source : themes/
48+ destination : themes/
49+ type : dir
50+ - source : Ui/Forms/
51+ destination : Ui/Forms/
52+ type : dir
53+ - source : Core/Auto_Command_Builder/schemas/
54+ destination : Core/Auto_Command_Builder/schemas/
55+ type : dir
56+ - source : Core/Venv_Manager/ManagerMapping.yml
57+ destination : Core/Venv_Manager/ManagerMapping.yml
58+ type : file
59+ - source : Core/deps_analyser/stblib.yml
60+ destination : Core/deps_analyser/stblib.yml
61+ type : file
62+ exclude :
63+ - " **/__pycache__/**"
64+ - " **/*.pyc"
You can’t perform that action at this time.
0 commit comments