Remove the WoW64HookHelper from release #1634
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

Use https://github.com/QL-Win/QuickLook.Plugin.WoW64HookHelper instead
This commit is contained in:
ema
2025-06-02 18:59:17 +08:00
parent 8b6ab6b037
commit 22a5d69ac8
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Set-Location ../Build
Write-Output "This file makes QuickLook portable." >> .\Package\portable.lock
Remove-Item .\QuickLook-$version.7z -ErrorAction SilentlyContinue
Remove-Item -Recurse .\Package\QuickLook.WoW64HookHelper.exe -ErrorAction SilentlyContinue
7z.exe a .\QuickLook-$version.7z .\Package\* -t7z -mx=9 -ms=on -m0=lzma2 -mf=BCJ2 -r -y
Remove-Item .\Package\portable.lock

View File

@@ -19,6 +19,7 @@ if(-not (Test-Path env:CI))
Copy-Item -Recurse ..\Build\Package ..\Build\Appx\Package
Copy-Item -Recurse ..\Build\Assets ..\Build\Appx\Assets
Copy-item ..\Build\AppxManifest.xml ..\Build\Appx\AppxManifest.xml
Remove-Item -Recurse ..\Build\Appx\Package\QuickLook.WoW64HookHelper.exe -ErrorAction SilentlyContinue
# set version to git version
Update-Version("..\Build\Appx\AppxManifest.xml")

View File

@@ -3,6 +3,7 @@ $version = git describe --always --tags --exclude latest
Set-Location ../Build
Remove-Item .\Package.7z -ErrorAction SilentlyContinue
Remove-Item -Recurse .\Package\QuickLook.WoW64HookHelper.exe -ErrorAction SilentlyContinue
7z a Package.7z .\Package\* -t7z -mx=9 -ms=on -m0=lzma2 -mf=BCJ2 -r -y
makemica micasetup.json

View File

@@ -5,6 +5,7 @@ Start-Sleep -s 1
Write-Output "This file makes QuickLook portable." >> ..\Build\Package\portable.lock
Remove-Item ..\Build\QuickLook-$version.zip -ErrorAction SilentlyContinue
Remove-Item -Recurse ..\Build\Package\QuickLook.WoW64HookHelper.exe -ErrorAction SilentlyContinue
Compress-Archive ..\Build\Package\* ..\Build\QuickLook-$version.zip
Remove-Item ..\Build\Package\portable.lock