From 56fd1f5857ed5a4f98543271304860f73b90d59b Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 9 Apr 2021 16:59:11 +0200 Subject: [PATCH] Fixes for ProxSpace v3.9 --- .github/workflows/windows.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 78ee6c3cf..d3e6ee423 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,7 +27,7 @@ jobs: - name: ProxSpace version 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" - name: ProxSpace initial startup diff --git a/appveyor.yml b/appveyor.yml index 899202bf1..b07bce303 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -106,7 +106,7 @@ clone_script: 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