@@ -962,19 +962,19 @@ def move_msi():
962
962
else :
963
963
dst_msi_en = os .path .join (conf [CONF_OUTPUTDIR ], '%s-%s-en-shibboleth.msi' % (brand , conf [CONF_VERSION ]))
964
964
must_copy (src_msi_en , dst_msi_en )
965
- src_msi_de = os .path .join (pack_dir , 'seafile-de.msi' )
966
- if not conf [CONF_WITH_SHIB ]:
967
- dst_msi_de = os .path .join (conf [CONF_OUTPUTDIR ], '%s-%s-de.msi' % (brand , conf [CONF_VERSION ]))
968
- else :
969
- dst_msi_de = os .path .join (conf [CONF_OUTPUTDIR ], '%s-%s-de-shibboleth.msi' % (brand , conf [CONF_VERSION ]))
970
- must_copy (src_msi_de , dst_msi_de )
965
+ # src_msi_de = os.path.join(pack_dir, 'seafile-de.msi')
966
+ # if not conf[CONF_WITH_SHIB]:
967
+ # dst_msi_de = os.path.join(conf[CONF_OUTPUTDIR], '%s-%s-de.msi' % (brand, conf[CONF_VERSION]))
968
+ # else:
969
+ # dst_msi_de = os.path.join(conf[CONF_OUTPUTDIR], '%s-%s-de-shibboleth.msi' % (brand, conf[CONF_VERSION]))
970
+ # must_copy(src_msi_de, dst_msi_de)
971
971
972
972
print '---------------------------------------------'
973
973
print 'The build is successfully. Output is:'
974
974
print '>>\t %s' % dst_msi
975
975
if not conf [CONF_ONLY_CHINESE ]:
976
976
print '>>\t %s' % dst_msi_en
977
- print '>>\t %s' % dst_msi_de
977
+ # print '>>\t%s' % dst_msi_de
978
978
print '---------------------------------------------'
979
979
980
980
def check_tools ():
0 commit comments