Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi committed Mar 22, 2023
1 parent 0a0da78 commit 26d6bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/illogicworks/modernifier/Installation.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Installation {
private static final String MF_ENTRY = "Modernified";
private static final String LAUNCHER_CLASS = ModernLauncher.class.getName();
private static final String DEV_PATH = "bin/built.jar";
private static final boolean DEV_ENV = true;
private static final boolean DEV_ENV = false;
private static int FILE_COUNT; // lazy at getFileCount

public static void install(Path targetPath, ProgressHandler progress) throws IOException {
Expand Down

0 comments on commit 26d6bf0

Please sign in to comment.