Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Jan 16, 2024
1 parent c59fb31 commit 8a99726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-Toolkit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function Add-Interactsh {

function Add-SQLiteBrowser {
Write-Host ">> Add SQLiteBrowser..." -ForegroundColor Yellow
Get-RemoteFile -Uri "https://download.sqlitebrowser.org/DB.Browser.for.SQLite-3.12.2-win64.zip" -OutFile "$WorkFolder\sqlite.zip"
Get-RemoteFile -Uri "https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.2/DB.Browser.for.SQLite-3.12.2-win64.zip" -OutFile "$WorkFolder\sqlite.zip"
Expand-Archive -LiteralPath "$WorkFolder\sqlite.zip" -DestinationPath "$WorkFolder"
Remove-Item "$WorkFolder\sqlite.zip"
Write-Host "<< Added!" -ForegroundColor Yellow
Expand Down

0 comments on commit 8a99726

Please sign in to comment.