Skip to content

Commit fc40842

Browse files
authored
Merge pull request #150 from yjg30737/Dev
v1.1.2
2 parents 49a6d61 + 5f1b768 commit fc40842

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)