Added script
This commit is contained in:
Родитель
68d47e50b7
Коммит
4cd98f8163
|
@ -0,0 +1,7 @@
|
|||
param(
|
||||
[string]$version
|
||||
)
|
||||
$file = 'Meshconvert\meshconvert.rc'
|
||||
$versionComma = $version.Replace(".", ",")
|
||||
(Get-Content $file).replace('1,0,0,0', $versionComma).replace('1.0.0.0', $version) | Set-Content $file
|
||||
(Get-Content $file)
|
Загрузка…
Ссылка в новой задаче