|
@ -135,7 +135,6 @@ def findIconPath(executableName:str)->list: |
|
|
#For example "ams_32.xpm" becomes "ams_32" |
|
|
#For example "ams_32.xpm" becomes "ams_32" |
|
|
exeAsPath = pathlib.Path(executableName) |
|
|
exeAsPath = pathlib.Path(executableName) |
|
|
if exeAsPath.suffix in EXTENSIONS: |
|
|
if exeAsPath.suffix in EXTENSIONS: |
|
|
print (executableName, "to", exeAsPath.stem) |
|
|
|
|
|
executableName = exeAsPath.stem |
|
|
executableName = exeAsPath.stem |
|
|
|
|
|
|
|
|
#for ext in EXTENSIONS: #all extensions |
|
|
#for ext in EXTENSIONS: #all extensions |
|
|