We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd54e1b + 439d057 commit 7cdd411Copy full SHA for 7cdd411
app/controllers/downloads_controller.rb
@@ -46,7 +46,7 @@ def download
46
@download32portable = Download.latest_for(@platform + "32Portable")
47
@download64portable = Download.latest_for(@platform + "64Portable")
48
49
- if request.env["HTTP_USER_AGENT"] =~ /WOW64|Win64/
+ if request.env["HTTP_USER_AGENT"] =~ /WOW64|Win64|x64|x86_64/
50
@download = @download64
51
@bitness = "64-bit"
52
else
0 commit comments