Skip to content

Commit

Permalink
Update StartDB1000N.bat (#497)
Browse files Browse the repository at this point in the history
Change "$Asset.name -match" as file name to download for windows is "db1000n_windows_amd64.zip"
  • Loading branch information
nicolaspbl authored Apr 8, 2022
1 parent 7f3876e commit f70074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/StartDB1000N.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rem Iterate over list of all files in release
echo Foreach ($Asset IN $Assets) >> %temp%\GetDB1000N.ps1
echo { >> %temp%\GetDB1000N.ps1
rem Search for windows x64 build with regex
echo if ($Asset.name -match 'db1000n_.*_windows_amd64.zip') >> %temp%\GetDB1000N.ps1
echo if ($Asset.name -match 'db1000n_windows_amd64.zip') >> %temp%\GetDB1000N.ps1
echo { >> %temp%\GetDB1000N.ps1
rem Download found build
echo $DownloadURL = $Asset.browser_download_url >> %temp%\GetDB1000N.ps1
Expand Down

0 comments on commit f70074a

Please sign in to comment.