Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 1860da3

Browse files
authored
Update LibsManager.java
1 parent eda54b2 commit 1860da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/id.my.alvinq.modsplus/LibsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void extractToApk(File jarFile) throws IOException {
145145
Utils.deleteFolder(tempDir.getAbsolutePath());
146146
// Logger.get().i("[JarAssetsToApk] Berhasil membuat: " + apkFile.getAbsolutePath());
147147
File dst = new File("/sdcard/games/alvinqid.apk");
148-
copyFile(apkFile, dst);
148+
Utils.copyFile(apkFile, dst);
149149
addAssetOverride(context.getAssets(), apkFile.getAbsolutePath());
150150
}
151151

0 commit comments

Comments
 (0)