mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
coupla more fixes for recent breaks to packaging
This commit is contained in:
parent
024e5e9d19
commit
b3706f5018
@ -144,7 +144,7 @@ class FileSpec:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if notify:
|
if notify:
|
||||||
notify.info("hash check ok: %s" % (pathname))
|
notify.debug("hash check ok: %s" % (pathname))
|
||||||
|
|
||||||
# The hash is OK after all. Change the file's timestamp back
|
# The hash is OK after all. Change the file's timestamp back
|
||||||
# to what we expect it to be, so we can quick-verify it
|
# to what we expect it to be, so we can quick-verify it
|
||||||
@ -191,7 +191,7 @@ class FileSpec:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if notify:
|
if notify:
|
||||||
notify.info("hash check ok: %s" % (pathname))
|
notify.debug("hash check ok: %s" % (pathname))
|
||||||
|
|
||||||
# The hash is OK. If the timestamp is wrong, change it back
|
# The hash is OK. If the timestamp is wrong, change it back
|
||||||
# to what we expect it to be, so we can quick-verify it
|
# to what we expect it to be, so we can quick-verify it
|
||||||
|
@ -1000,6 +1000,7 @@ class PackageInfo:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
targetPathname = Filename(self.getPackageDir(), file.filename)
|
targetPathname = Filename(self.getPackageDir(), file.filename)
|
||||||
|
targetPathname.setBinary()
|
||||||
targetPathname.unlink()
|
targetPathname.unlink()
|
||||||
if not mf.extractSubfile(i, targetPathname):
|
if not mf.extractSubfile(i, targetPathname):
|
||||||
self.notify.warning("Couldn't extract: %s" % (file.filename))
|
self.notify.warning("Couldn't extract: %s" % (file.filename))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user