Skip to content

Commit 64bbbd3

Browse files
committed
Allow to run updater in elevated privilege
1 parent 49a6d61 commit 64bbbd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyqt_openai/.DS_Store

6 KB
Binary file not shown.

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)