Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncomputer committed May 29, 2021
1 parent 80d35fc commit 5f6dcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mkdir setup\examples
copy .\examples .\setup\examples
mkdir setup\examples\en-US
copy .\examples\en-US .\setup\examples\en-US
mkdir setup\themes
copy .\themes .\setup\themes
mkdir setup\elements
copy .\elements .\setup\elements
mkdir setup\res
Expand Down
2 changes: 1 addition & 1 deletion vds.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@ function sysinfo($a) {
return $major.Trim()+'.'+$minor.Trim()+'.'+$build.Trim()+'.'+$revision.Trim()
}
dsver {
return '0.3.1.7'
return '0.3.1.8'
}
winboot {
$return = Get-CimInstance -ClassName win32_operatingsystem | fl lastbootuptime | Out-String
Expand Down

0 comments on commit 5f6dcfb

Please sign in to comment.