mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
refactor Paths and update build workflow
+ rename app_dir -> config_dir and config_dir to config_parent + bundle web client as zip + bundle and extract client zip when running pyinstaller builds + installer pyinstaller as main dependency + remove fallback client flag + handle already used port + add assethandler class + remove some startup logs + ignore wheels and client.zip files
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import pathlib
|
||||
|
||||
hiddenimports =[]
|
||||
# hiddenimports += collect_submodules('swingmusic')
|
||||
datas = [('client', 'client')]
|
||||
datas = [('client.zip', '.')]
|
||||
datas += collect_data_files('swingmusic', True, excludes=['**/*.py'], includes=['**/*.*'])
|
||||
datas += collect_data_files('flask_openapi3', True, excludes=['**/*.py'], includes=['**/*.*'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user