프로젝트

일반

사용자정보

개정판 bcc7d79e

IDbcc7d79e87aa9cc531876b8baac8dcee78d739fe
상위 3b57417a
하위 3f59180e

유성호이(가) 일년 이상 전에 추가함

issue #0000
markus targetdir 변경

Change-Id: I0b992f0e77b89a47e9b83abb64090c22b5c32694

차이점 보기:

ID2.Manager/FileUpdate.ps1
1
$sourceFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\Markus\KCOM.exe"
2
$targetFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\ID2.Manager\bin\x64\Debug\KCOM.exe"
3

  
4
#$sourceFilePath = $args[0]
5
#$targetFilePath = $args[1]
1

2
$sourceFilePath = $args[0]
3
$targetFilePath = $args[1]
6 4

  
7 5
$sourceFileVersionInfo = Get-ItemProperty -Path $sourceFilePath -Name VersionInfo
8 6
$targetFileVersionInfo = Get-ItemProperty -Path $targetFilePath -Name VersionInfo

내보내기 Unified diff