vDOS 2018.05.01, closes #4880 @0.4h

This commit is contained in:
2018-07-06 14:17:11 +02:00
parent 71e2a57650
commit 8a09a32977
3 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -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 {