mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Use valid URL for download benchmark
This commit is contained in:
parent
d28f0369f7
commit
7d57b1299f
1 changed files with 2 additions and 4 deletions
|
@ -8,13 +8,11 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
|||
from lutris.util import http
|
||||
from lutris.gui.dialogs import DownloadDialog
|
||||
|
||||
#TEST_URL = "file:///usr/bin/gvim"
|
||||
#TEST_URL = "http://strycore.com/documents/serious.sam.tfe_1.05beta3-english-2.run"
|
||||
TEST_URL = "https://lutris.net/releases/lutris_0.3.5.tar.gz"
|
||||
TEST_FILE_SIZE = 11034817
|
||||
#TEST_URL = "ftp://ftp.3drealms.com/share/3dsw12.zip"
|
||||
#TEST_URL = "ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.41b.x86.run"
|
||||
TEST_URL = "ftp://download.nvidia.com/XFree86/Linux-x86/319.23/NVIDIA-Linux-x86-319.23.run"
|
||||
#TEST_URL = "http://strycore.com/documents/normality-en.7z"
|
||||
#TEST_URL = "ftp://download.nvidia.com/XFree86/Linux-x86/319.23/NVIDIA-Linux-x86-319.23.run"
|
||||
#TEST_URL = "smb://newport/games/linux/aquaria/aquaria-lnx-humble-bundle.mojo.run"
|
||||
Gdk.threads_init()
|
||||
GObject.threads_init()
|
||||
|
|
Loading…
Reference in a new issue