프로젝트

일반

사용자정보

개정판 89776f72

ID89776f72d83673b9fd10405014081d02a16e842e
상위 70935e12

백흠경이(가) 약 4년 전에 추가함

License Key 생성 화면 수정

Change-Id: Ic86ce2a1324d75cb65c7ab767b9d7568fe46ef5a

차이점 보기:

App.spec
45 45
        a.datas,
46 46
        strip=False,
47 47
        upx=True,
48
        name='App')
49
		
50
foo = Analysis(['.\\HYTOS\\HYTOS\\License.py'],
51
             pathex=['.\\HYTOS\\HYTOS', '.\\HYTOS\\HYTOS\\UI'],
52
             binaries=[],
53
             datas=[],
54
             hiddenimports=['tkinter'],
55
             hookspath=[],
56
             runtime_hooks=[],
57
             excludes=[],
58
             win_no_prefer_redirects=False,
59
             win_private_assemblies=False,
60
             cipher=block_cipher,
61
             noarchive=False)
62
license = EXE(pyz,
63
		foo.scripts,
64
        [],
65
        exclude_binaries=True,
66
        name='License',
67
        debug=True,
68
        bootloader_ignore_signals=False,
69
        strip=False,
70
        upx=True,
71
        console=True,
72
		icon='HYTOS.ico',
73
		version='version.rc')
74
coll = COLLECT(license,
75
        foo.binaries,
76
        foo.zipfiles,
77
        foo.datas,
78
        strip=False,
79
        upx=True,
80
        name='License')
48
        name='App')

내보내기 Unified diff

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