You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common.py
+52-14Lines changed: 52 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ class Globals:
187
187
188
188
PROTON_WITH_ASSETS_OVERRIDE_MESSAGE="NOTE: Game is running under Proton/Wine, but user has deliberately selected which OS's assets to install, so it is OK"
# 1. Default Cert (whatever CURL uses when you don't specify argument)
238
-
# 2. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
240
+
# 1. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
241
+
# 2. Default Cert (whatever CURL uses when you don't specify argument)
239
242
# 3. Try the certificate we bundle with the installer. We try this last becuase it might be out of date, depending on when the installer was last released.
# 1. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
276
+
# 2. Default Cert (whatever CURL uses when you don't specify argument)
277
+
# 3. Try the certificate we bundle with the installer. We try this last becuase it might be out of date, depending on when the installer was last released.
# 1. Default Cert (whatever CURL uses when you don't specify argument)
266
305
# 2. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
267
306
# 3. Try the certificate we bundle with the installer. We try this last becuase it might be out of date, depending on when the installer was last released.
0 commit comments