|
|
@@ -895,15 +895,18 @@ class Packager:
|
|
|
command = 'mt -inputresource:"%s";#%d -out:"%s" > nul' % (
|
|
|
file.filename.toOsSpecific(),
|
|
|
resindex, tempFile.toOsSpecific())
|
|
|
+ print command
|
|
|
try:
|
|
|
out = os.system(command)
|
|
|
except:
|
|
|
+ print "failed"
|
|
|
pass
|
|
|
afilenames = None
|
|
|
|
|
|
if tempFile.exists():
|
|
|
afilenames = self.__parseManifest(tempFile)
|
|
|
- tempFile.unlink()
|
|
|
+ print tempFile
|
|
|
+ #tempFile.unlink()
|
|
|
|
|
|
# Also check for an explicit private-assembly
|
|
|
# manifest file on disk.
|