mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
add PSM suffix in name of zip file
This commit is contained in:
@@ -515,7 +515,7 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
else if (type == PKG_TYPE_VITA_PSM)
|
else if (type == PKG_TYPE_VITA_PSM)
|
||||||
{
|
{
|
||||||
snprintf(root, sizeof(root), "%.9s [%s]%s", id, get_region(id), ext);
|
snprintf(root, sizeof(root), "%.9s [%s] [PSM]%s", id, get_region(id), ext);
|
||||||
sys_output("[*] unpacking Vita PSM\n");
|
sys_output("[*] unpacking Vita PSM\n");
|
||||||
}
|
}
|
||||||
else if (type == PKG_TYPE_VITA_APP)
|
else if (type == PKG_TYPE_VITA_APP)
|
||||||
|
|||||||
Reference in New Issue
Block a user