mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
ef
This commit is contained in:
parent
73de4ac817
commit
d5d90d4fb1
@ -57,7 +57,7 @@ $script_content.Add($header)
|
|||||||
|
|
||||||
Update-Progress "Adding: Version" 10
|
Update-Progress "Adding: Version" 10
|
||||||
$commitHash = (git rev-parse HEAD).Substring(0,16)
|
$commitHash = (git rev-parse HEAD).Substring(0,16)
|
||||||
$gitStatus = if ((git status --porcelain=v1 2>$null).Count -gt 0) { "dirty" } else { "clean" }
|
$gitStatus = (git status --porcelain).Trim()
|
||||||
|
|
||||||
$scriptPrelude = $(Get-Content "$workingdir\scripts\start.ps1")
|
$scriptPrelude = $(Get-Content "$workingdir\scripts\start.ps1")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user