mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add ico as a force-extract extension
This commit is contained in:
parent
7e5b30e4b6
commit
a5d6bafd7b
@ -2261,7 +2261,7 @@ class Packager:
|
|||||||
|
|
||||||
# Binary files that are copied (and compressed) without
|
# Binary files that are copied (and compressed) without
|
||||||
# processing.
|
# processing.
|
||||||
self.binaryExtensions = [ 'ttf', 'TTF', 'mid' ]
|
self.binaryExtensions = [ 'ttf', 'TTF', 'mid', 'ico' ]
|
||||||
|
|
||||||
# Files that can have an existence in multiple different
|
# Files that can have an existence in multiple different
|
||||||
# packages simultaneously without conflict.
|
# packages simultaneously without conflict.
|
||||||
@ -2301,7 +2301,7 @@ class Packager:
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Files that should be extracted to disk.
|
# Files that should be extracted to disk.
|
||||||
self.extractExtensions = self.executableExtensions[:] + self.manifestExtensions[:]
|
self.extractExtensions = self.executableExtensions[:] + self.manifestExtensions[:] + [ 'ico' ]
|
||||||
|
|
||||||
# Files that indicate a platform dependency.
|
# Files that indicate a platform dependency.
|
||||||
self.platformSpecificExtensions = self.executableExtensions[:]
|
self.platformSpecificExtensions = self.executableExtensions[:]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user