mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-16 05:12:39 +00:00
Fix #731: use app folder for saving data in the portable mode
This commit is contained in:
@@ -2,5 +2,9 @@ $version = git describe --always --tags
|
||||
|
||||
Start-Sleep -s 1
|
||||
|
||||
Write-Output "This file makes QuickLook portable." >> ..\Build\Package\portable.lock
|
||||
|
||||
Remove-Item ..\Build\QuickLook-$version.zip -ErrorAction SilentlyContinue
|
||||
Compress-Archive ..\Build\Package\* ..\Build\QuickLook-$version.zip
|
||||
Compress-Archive ..\Build\Package\* ..\Build\QuickLook-$version.zip
|
||||
|
||||
Remove-Item ..\Build\Package\portable.lock
|
Reference in New Issue
Block a user