Skip to content

Commit

Permalink
Merge pull request #150 from yjg30737/Dev
Browse files Browse the repository at this point in the history
v1.1.2
yjg30737 authored Sep 12, 2024
2 parents 49a6d61 + 5f1b768 commit fc40842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt_openai/updateSoftwareDialog.py
Original file line number Diff line number Diff line change
@@ -100,5 +100,5 @@ def update_software():


def run_updater(update_url):
subprocess.Popen([UPDATER_PATH, update_url, UPDATE_DIR, CURRENT_FILENAME])
subprocess.Popen([UPDATER_PATH, update_url, UPDATE_DIR, CURRENT_FILENAME], shell=True)
sys.exit(0)

0 comments on commit fc40842

Please sign in to comment.