mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-02 19:23:09 +03:00
use dlc name in filename
This commit is contained in:
@@ -310,7 +310,7 @@ int main(int argc, char* argv[])
|
||||
char path[1024];
|
||||
if (dlc)
|
||||
{
|
||||
snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC].zip", title, id, get_region(id));
|
||||
snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC-%s].zip", title, id, get_region(id), id2);
|
||||
printf("[*] unpacking DLC\n");
|
||||
}
|
||||
else if (patch)
|
||||
|
||||
Reference in New Issue
Block a user