vDOS 2018.05.01, closes #4880 @0.4h
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# package installs to 'default' location: c:\vDOS
|
||||
|
||||
$packageName = 'vdos'
|
||||
$version = '2017.08.01'
|
||||
$version = '2018.05.01'
|
||||
$installerType = 'exe'
|
||||
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path)
|
||||
$setupFullPath = Join-Path $scriptPath 'vDosSetup.exe'
|
||||
|
@ -2,7 +2,7 @@
|
||||
# 2011-2018 foo.li systeme + software
|
||||
|
||||
$packageName = 'vdos'
|
||||
$version = '2017.08.01'
|
||||
$version = '2018.05.01'
|
||||
$vdosPath = "$env:SystemDrive" + "\vDos"
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user