프로젝트

일반

사용자정보

개정판 c34f16d7

IDc34f16d790a6966e0cb422eaac802be31c29e59e
상위 8f614711
하위 396afcfb

백흠경이(가) 5년 이상 전에 추가함

issue #000: 설치 파일 이름에 빌드 버전 포함시킴

Change-Id: Id4f6d6cde014045acef82d92b52120889a8f32c0

차이점 보기:

version.rc
6 6
  ffi=FixedFileInfo(
7 7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8 8
# Set not needed items to zero 0.
9
filevers=(1, 0, 0, 0),
10
prodvers=(1, 0, 0, 0),
9
filevers=(1,0,$BUILD_NUMBER,0),
10
prodvers=(1,0,$BUILD_NUMBER,0),
11 11
# Contains a bitmask that specifies the valid bits 'flags'r
12 12
mask=0x3f,
13 13
# Contains a bitmask that specifies the Boolean attributes of the file.
......
31 31
    u'040904B0',
32 32
    [StringStruct(u'CompanyName', u'SECL'),
33 33
    StringStruct(u'FileDescription', u'Hydraulic Calculator'),
34
    StringStruct(u'FileVersion', u'1.0.0'),
34
    StringStruct(u'FileVersion', u'1.0.$BUILD_NUMBER'),
35 35
    StringStruct(u'InternalName', u'HYTOS'),
36 36
    StringStruct(u'LegalCopyright', u'Copyright(c) SECL'),
37 37
    StringStruct(u'OriginalFilename', u'HYTOS.exe'),
38 38
    StringStruct(u'ProductName', u'HYTOS'),
39
    StringStruct(u'ProductVersion', u'1.0.0')])
39
    StringStruct(u'ProductVersion', u'1.0.$BUILD_NUMBER')])
40 40
  ]), 
41 41
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
42 42
  ]

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)