mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
applying posterboard tweaks from zip
This commit is contained in:
@@ -113,6 +113,7 @@ class SymbolicLink(BackupFile):
|
||||
class AppBundle:
|
||||
identifier: str
|
||||
path: str
|
||||
container_content_class: str
|
||||
version: str = 804
|
||||
|
||||
@dataclass
|
||||
@@ -197,6 +198,7 @@ class Backup:
|
||||
appInfo = {
|
||||
"CFBundleIdentifier": app.identifier,
|
||||
"CFBundleVersion": app.version,
|
||||
"ContainerContentClass": app.container_content_class,
|
||||
"Path": app.path
|
||||
}
|
||||
plist["Applications"][app.identifier] = appInfo
|
||||
|
||||
Reference in New Issue
Block a user