mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-20 18:54:33 +10:00
fix offline_bak
This commit is contained in:
@@ -275,9 +275,6 @@ $online = ($onlineFull -split ".g")[0]
|
|||||||
# Check version Spotify offline
|
# Check version Spotify offline
|
||||||
$offline = (Get-Item $spotifyExecutable).VersionInfo.FileVersion
|
$offline = (Get-Item $spotifyExecutable).VersionInfo.FileVersion
|
||||||
|
|
||||||
# Check version Spotify.bak
|
|
||||||
$offline_bak = (Get-Item $exe_bak).VersionInfo.FileVersion
|
|
||||||
|
|
||||||
# Check version Powershell
|
# Check version Powershell
|
||||||
$psv = $PSVersionTable.PSVersion.major
|
$psv = $PSVersionTable.PSVersion.major
|
||||||
if ($psv -ge 7) {
|
if ($psv -ge 7) {
|
||||||
|
|||||||
Reference in New Issue
Block a user