Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taldar1m authored Feb 8, 2025
1 parent 4190377 commit 674346f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def cancel(self, *args):


if sys.platform in ['win32', 'MSYS2', 'cygwin']:
main_path = f'{os.environ["USERPROFILE"]}\\ProgramFiles\\Quark\\'
main_path = f'{os.environ["USERPROFILE"]}\\AppData\\Local\\Quark\\'
chats = main_path + 'Chats\\'
else:
main_path = f'/home/{os.environ["USER"]}/Quark/'
Expand All @@ -118,4 +118,4 @@ def cancel(self, *args):
myui = Ui_MainWindow()
myui.setupUi(main_window)
main_window.show()
app.exec()
app.exec()

0 comments on commit 674346f

Please sign in to comment.