mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 01:39:08 +00:00
6 lines
200 B
PowerShell
6 lines
200 B
PowerShell
$version = git describe --always --tags
|
|
|
|
Start-Sleep -s 1
|
|
|
|
Remove-Item ..\Build\QuickLook-$version.zip -ErrorAction SilentlyContinue
|
|
Compress-Archive ..\Build\Package\* ..\Build\QuickLook-$version.zip |