We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92a025e + c014ab3 commit 890648aCopy full SHA for 890648a
src/main.py
@@ -50,7 +50,7 @@ def launch_program(program_name, program_path):
50
51
52
os.environ['DISCORD_PATH'] = 'C:\\Users\\User\\AppData\\Local\\Discord\\Update.exe --processStart Discord.exe'
53
-os.environ['LINE_PATH'] = 'C:\\Users\\phaib\\AppData\\Local\\LINE\\bin\\LineLauncher.exe'
+os.environ['LINE_PATH'] = 'C:\\Users\\User\\AppData\\Local\\LINE\\bin\\LineLauncher.exe'
54
55
approved_programs = {
56
'discord': os.environ['DISCORD_PATH'],
0 commit comments