mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-08-11 10:31:08 +10:00
Added request
- Added request to cutt.ly for patch install statistics
This commit is contained in:
+13
@@ -71,6 +71,19 @@ Write-Host "Author: " -NoNewline
|
||||
Write-Host "@Amd64fox" -ForegroundColor DarkYellow
|
||||
Write-Host "*****************"`n
|
||||
|
||||
$ErrorActionPreference = 'SilentlyContinue'
|
||||
$cutt_url = "https://cutt.ly/AKH7MQ6"
|
||||
try {
|
||||
Invoke-WebRequest -Uri $cutt_url | Out-Null
|
||||
}
|
||||
catch [System.Management.Automation.MethodInvocationException] {
|
||||
|
||||
try {
|
||||
Invoke-WebRequest -Uri $cutt_url | Out-Null
|
||||
}
|
||||
catch [System.Management.Automation.MethodInvocationException] {
|
||||
}
|
||||
}
|
||||
|
||||
$spotifyDirectory = "$env:APPDATA\Spotify"
|
||||
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
||||
|
||||
@@ -71,6 +71,19 @@ Write-Host "Автор: " -NoNewline
|
||||
Write-Host "@Amd64fox" -ForegroundColor DarkYellow
|
||||
Write-Host "*****************"`n
|
||||
|
||||
$ErrorActionPreference = 'SilentlyContinue'
|
||||
$cutt_url = "https://cutt.ly/AKH7MQ6"
|
||||
try {
|
||||
Invoke-WebRequest -Uri $cutt_url | Out-Null
|
||||
}
|
||||
catch [System.Management.Automation.MethodInvocationException] {
|
||||
|
||||
try {
|
||||
Invoke-WebRequest -Uri $cutt_url | Out-Null
|
||||
}
|
||||
catch [System.Management.Automation.MethodInvocationException] {
|
||||
}
|
||||
}
|
||||
|
||||
$spotifyDirectory = "$env:APPDATA\Spotify"
|
||||
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
||||
|
||||
Reference in New Issue
Block a user