mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Added resources to cx_Freeze setup, and make those resources findable by the app
This commit is contained in:
parent
3f1180c404
commit
8e8ea9c357
2 changed files with 10 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -86,7 +86,8 @@ if os == 'Windows':
|
|||
options={
|
||||
"build_exe": {
|
||||
"packages": [],
|
||||
"excludes": []
|
||||
"excludes": [],
|
||||
"include_files": ['resources']
|
||||
}
|
||||
},
|
||||
executables=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue