You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't specify an install location, using -i, the installer will assume your home directory, making the app_home directory, <home_dir>/ctk_theme_builder. So on Windows, this would be:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please note, that when running theme_builder_setup.py, you should reference the zip package (-p flag), using the full pathname to the file.
Example:
python theme_builder_setup.py -p c:\users\joebloggs\downloads\ctk_theme_builder-2.5.1.zip
If you don't specify an install location, using
-i
, the installer will assume your home directory, making the app_home directory,<home_dir>/ctk_theme_builder
. So on Windows, this would be:\Users\<login-name>\ctk_theme_builder
for Linux etc, this would typically be:
/home/<login-name>/ctk_theme_builder.
Beta Was this translation helpful? Give feedback.
All reactions