Sync BaseTool trunk (version r2474) into EDKII BaseTools.
Signed-off-by: lgao4 Reviewed-by: gikidy git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12883 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -403,7 +403,7 @@ def Main(Options = None):
|
||||
DestFile = os.path.normpath(os.path.join(DestDir, DistFileName))
|
||||
if os.path.exists(DestFile):
|
||||
FileName, Ext = os.path.splitext(DistFileName)
|
||||
NewFileName = FileName + '_' + DistPkg.Header.GetGuid() + '_' + DistPkg.Header.GetVersion() + '.' + Ext
|
||||
NewFileName = FileName + '_' + DistPkg.Header.GetGuid() + '_' + DistPkg.Header.GetVersion() + Ext
|
||||
DestFile = os.path.normpath(os.path.join(DestDir, NewFileName))
|
||||
if os.path.exists(DestFile):
|
||||
#
|
||||
|
Reference in New Issue
Block a user