Skip to content

Commit

Permalink
Update StartDB1000N.bat (#429)
Browse files Browse the repository at this point in the history
Update script with new release underscore naming
  • Loading branch information
SLDay authored Mar 25, 2022
1 parent 474463e commit cbbb0a4
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 cbbb0a4

Please sign in to comment.