mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-17 13:52:40 +00:00
Remove the WoW64HookHelper from release #1634
Use https://github.com/QL-Win/QuickLook.Plugin.WoW64HookHelper instead
This commit is contained in:
@@ -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
|
||||
|
@@ -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")
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
Reference in New Issue
Block a user