Skip to content

Commit 5f1b768

Browse files
authored
Merge pull request #149 from yjg30737/feature/general
v1.1.2
2 parents 49a6d61 + 8b87e5b commit 5f1b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyqt_openai/updateSoftwareDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ def update_software():
100100

101101

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

0 commit comments

Comments
 (0)