mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
.
This commit is contained in:
parent
cd56ffadd0
commit
476ddbfa27
@ -183,7 +183,7 @@ public class Androlib {
|
||||
if (forceBuildAll || isModified(
|
||||
newFiles(APK_RESOURCES_FILENAMES, appDir),
|
||||
newFiles(APK_RESOURCES_FILENAMES, apkDir))) {
|
||||
LOGGER.info("Copying raw resources");
|
||||
LOGGER.info("Copying raw resources...");
|
||||
appDir.getDirectory()
|
||||
.copyToDir(apkDir, APK_RESOURCES_FILENAMES);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user