Skip to content

Commit

Permalink
fix: Env app_save_path
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Jun 20, 2023
1 parent af94fd8 commit ea52f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/cc/hicore/Env.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
package cc.hicore;

public class Env {
public static String app_save_path = "/sdcard/Android/data/com.tencent.mobileqq/files/.tool";
public static String app_save_path = "/sdcard/Android/data/com.tencent.mobileqq/files/.tool/";
public static Object AIOParam;
}

0 comments on commit ea52f21

Please sign in to comment.