aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths_internal.py
Commit message (Collapse)AuthorAgeFilesLines
* correct webpath when webui_dir is not work_dirw-e-w2023-09-131-0/+1
|
* fix --data-dir for COMMANDLINE_ARGSw-e-w2023-05-121-0/+5
| | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
* Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela2023-05-111-0/+2
|
* paths_internal: deduplicate modules_pathAarni Koskela2023-05-111-2/+3
|
* Save/restore working webui/extension configsspace-nuko2023-03-291-0/+1
|
* split commandline args into its own fileAUTOMATIC2023-03-251-0/+22
make launch.py use the same command line argument parser as the main program