mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 14:40:55 +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 "@Amd64fox" -ForegroundColor DarkYellow
|
||||||
Write-Host "*****************"`n
|
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"
|
$spotifyDirectory = "$env:APPDATA\Spotify"
|
||||||
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
||||||
|
|||||||
@@ -71,6 +71,19 @@ Write-Host "Автор: " -NoNewline
|
|||||||
Write-Host "@Amd64fox" -ForegroundColor DarkYellow
|
Write-Host "@Amd64fox" -ForegroundColor DarkYellow
|
||||||
Write-Host "*****************"`n
|
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"
|
$spotifyDirectory = "$env:APPDATA\Spotify"
|
||||||
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
$spotifyDirectory2 = "$env:LOCALAPPDATA\Spotify"
|
||||||
|
|||||||
Reference in New Issue
Block a user