rename script/stylesheet for packaging
This commit is contained in:
parent
7983dab541
commit
cfbf5a435e
2 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class GPUStats(App):
|
|||
|
||||
# determine the real path of the script, to load the stylesheet
|
||||
SCRIPT_PATH = path.dirname(path.realpath(__file__))
|
||||
CSS_PATH = path.join(SCRIPT_PATH, "gpustats.css")
|
||||
CSS_PATH = path.join(SCRIPT_PATH, "amdgpu_stats.css")
|
||||
|
||||
# initialize log screen
|
||||
SCREENS = {"logs": LogScreen()}
|
Reference in a new issue