Skip to content

Commit

Permalink
Merge win-64 to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lévai Norbert committed Mar 4, 2024
1 parent bf276da commit c68980f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Console/Commands/DownloadData.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public function handle()
$os = 'Debian/Linux';
}
if(str_contains($value['name'],'.msi') ||
str_contains($value['name'],'win7-x64')
str_contains($value['name'],'win7-x64') ||
str_contains($value['name'],'win-x64')
)
{
$os = 'Windows';
Expand Down

0 comments on commit c68980f

Please sign in to comment.