fix path to pycharm on windows
This commit is contained in:
parent
121e71a088
commit
54eaeda62b
@ -11,7 +11,7 @@ import webbrowser
|
||||
YEAR = 2022
|
||||
CHARMS = {
|
||||
'Linux': '/usr/local/bin/charm',
|
||||
'Windows': r'C:\Program Files\JetBrains\PyCharm 2020.2.4\bin\pycharm64.exe'
|
||||
'Windows': r'C:\Users\pennywise\AppData\Local\JetBrains\Toolbox\scripts\pycharm.cmd'
|
||||
}
|
||||
|
||||
arg_parser = ArgumentParser()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user