mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-25 02:00:12 +08:00
Fix AppVeyor describe the tag error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$version = git describe --always --tags "--abbrev=0"
|
||||
$version = git describe --always --tags "--abbrev=0" --exclude latest
|
||||
|
||||
if($version.Split('.').Length.Equals(3))
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$version = git describe --always --tags "--abbrev=0"
|
||||
$version = git describe --always --tags "--abbrev=0" --exclude latest
|
||||
|
||||
if($version.Split('.').Length.Equals(3))
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$version = git describe --always --tags
|
||||
$version = git describe --always --tags --exclude latest
|
||||
|
||||
Start-Sleep -s 1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$version = git describe --always --tags
|
||||
$version = git describe --always --tags --exclude latest
|
||||
|
||||
Remove-Item ..\Build\QuickLook-$version.msi -ErrorAction SilentlyContinue
|
||||
Rename-Item ..\Build\QuickLook.msi QuickLook-$version.msi
|
||||
Reference in New Issue
Block a user