block exe installation if winFsp is outdated

This commit is contained in:
Armin Schrenk
2023-02-24 12:50:20 +01:00
parent 20e820c903
commit 210b891616
6 changed files with 31 additions and 8 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ jobs:
shell: pwsh
- name: Download WinFsp
run: |
$winfspUrl= (Select-String -Path ".\dist\win\bundle\resources\winfsp-download.url" -Pattern 'https:.*').Matches.Value
$winfspUrl= (Select-String -Path ".\bundle\resources\winFspMetaData.wxi" -Pattern '<\?define BundledWinFspDownloadLink="(.+)".*?>').Matches.Groups[1].Value
curl --output dist/win/bundle/resources/winfsp.msi -L $winfspUrl
shell: pwsh
- name: Compile to wixObj file