Fixes for ProxSpace v3.9

This commit is contained in:
Gator96100 2021-04-09 16:59:11 +02:00
commit 56fd1f5857
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: ProxSpace version - name: ProxSpace version
run: | run: |
$psversion = (Select-String -Pattern 'PSVERSION=' -SimpleMatch -Path "C:\ProxSpace\msys2\ps\09-proxspace_setup.post").Line.Split("""")[1] $psversion = (Select-String -Pattern 'PSVERSION=' -SimpleMatch -Path "C:\ProxSpace\setup\09-proxspace_setup.post").Line.Split("""")[1]
Write-Host "ProxSpace version: $psversion" Write-Host "ProxSpace version: $psversion"
- name: ProxSpace initial startup - name: ProxSpace initial startup

View file

@ -106,7 +106,7 @@ clone_script:
Write-Host "[ OK ]" -ForegroundColor Gree Write-Host "[ OK ]" -ForegroundColor Gree
$psversion = (Select-String -Pattern 'PSVERSION=' -SimpleMatch -Path "$env:proxspace_path\msys2\ps\09-proxspace_setup.post").Line.Split("""")[1] $psversion = (Select-String -Pattern 'PSVERSION=' -SimpleMatch -Path "$env:proxspace_path\setup\09-proxspace_setup.post").Line.Split("""")[1]
Write-Host "ProxSpace version: $psversion" -ForegroundColor Yellow Write-Host "ProxSpace version: $psversion" -ForegroundColor Yellow