DUWS-R-Team / DUWS-R

ArmA 3 Dynamic Universal War System - Rebirth
42 stars 18 forks source link

deployLocalBuild attempts to rename the mission directory if there are no files inside #121

Closed ultranoobian closed 7 years ago

ultranoobian commented 8 years ago

deployLocalBuild.ps1 attempts to rename the mission directory in Line 45 and Line 66 if there are no files to be renamed, hence:

steam/armaInstall/ + $filename -> steam/armaInstall/ + $filename.bak

will actually be

steam/armaInstall/ + $emptyFileName -> steam/armaInstall/.bak

which is invalid.