Skip to content

Commit 161842a

Browse files
path fixes
1 parent 83f04d6 commit 161842a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pica/main.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ class PICALauncherApp:
103103
FONT_INFO = ('Segoe UI', FONT_SIZE_BASE)
104104
FONT_INFO_ITALIC = ('Segoe UI', FONT_SIZE_BASE, 'italic')
105105
LOGO_FILE = resource_path("assets/LOGO/UGC_DAE_CSR_NBG.jpeg")
106-
MANUAL_FILE = resource_path("docs/User_Manual.md")
107-
README_FILE = resource_path("README.md")
108-
LICENSE_FILE = resource_path("LICENSE")
109-
UPDATES_FILE = resource_path("CHANGELOG.md")
106+
MANUAL_FILE = resource_path("../docs/User_Manual.md")
107+
README_FILE = resource_path("../README.md")
108+
LICENSE_FILE = resource_path("../LICENSE")
109+
UPDATES_FILE = resource_path("../CHANGELOG.md")
110110
REPO_URL = "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/tree/main"
111111
LOGO_SIZE = 140
112112

@@ -131,7 +131,7 @@ class PICALauncherApp:
131131
"Lakeshore Temp Monitor": resource_path("lakeshore/T_Sensing_L350_GUI.py"),
132132
"LCR C-V Measurement": resource_path("keysight/CV_KE4980A_GUI.py"),
133133
"Plotter Utility": resource_path("utils/PlotterUtil_GUI.py"),
134-
"PICA Help": resource_path("README.md"),
134+
"PICA Help": resource_path("../README.md"),
135135
}
136136

137137
def __init__(self, root):

0 commit comments

Comments
 (0)