mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-23 18:54:51 +00: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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user