File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def get_dict(self):
167
167
shell='powershell.exe',
168
168
paint='mspaint.exe',
169
169
cmd='cmd.exe',
170
- browser='C:\Program Files\Internet Explorer\iexplore.exe',
170
+ browser='C:\\ Program Files\\ Internet Explorer\ \ iexplore.exe',
171
171
)
172
172
return _dict
173
173
@@ -214,7 +214,7 @@ def get_app(Q):
214
214
elif Q == "open discord" :
215
215
subprocess .call (["discord.exe" ])
216
216
elif Q == "open browser" :
217
- subprocess .call (["C:\Program Files\Internet Explorer\iexplore.exe" ])
217
+ subprocess .call (["C:\\ Program Files\\ Internet Explorer\ \ iexplore.exe" ])
218
218
# patch-1
219
219
elif Q == "open youtube" :
220
220
webbrowser .open ("https://www.youtube.com/" ) # open youtube
@@ -280,7 +280,8 @@ def get_app(Q):
280
280
"shell" : "powershell.exe" ,
281
281
"paint" : "mspaint.exe" ,
282
282
"cmd" : "cmd.exe" ,
283
- "browser" : "C:\Program Files\Internet Explorer\iexplore.exe" ,
283
+ "browser" : "C:\\ Program Files\Internet Explorer\iexplore.exe" ,
284
+ "vscode" : "C:\\ Users\\ Users\\ User\\ AppData\\ Local\\ Programs\Microsoft VS Code"
284
285
}
285
286
# master
286
287
You can’t perform that action at this time.
0 commit comments