Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzyray committed Nov 17, 2021
1 parent 2239305 commit a24f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public static void addNewThemeAs(String themeName) {
public static void copyClockHelper() {
// TODO Auto-generated method stub
try {
copy("/assets/clockHelper/InVisibleFrame.jar", "clockHelper");
copy("/assets/clockHelper/invisibleFrame.jar", "clockHelper");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Expand Down

0 comments on commit a24f0cf

Please sign in to comment.