Fix content path

This commit is contained in:
Jaex 2016-09-22 02:37:08 +03:00
parent bcc4851f57
commit eda3629916

View file

@ -1,4 +1,4 @@
$content = Get-Content "D:\Dev\GitHub\ShareX\ShareX\ShareX\Properties\AssemblyInfo.cs"
$content = Get-Content "ShareX\Properties\AssemblyInfo.cs"
$match = [regex]::Match($content, 'AssemblyVersion\(\"(.+?)\"\)')
if ($match.Success)
{