Rename to packwiz-installer

This commit is contained in:
comp500 2019-05-14 19:55:00 +01:00
parent abc6e321e0
commit ec6f8ff9eb
4 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@
* in the user guide at https://docs.gradle.org/4.10.3/userguide/multi_project_builds.html
*/
rootProject.name = 'packwiz-launcher'
rootProject.name = 'packwiz-installer'

View File

@ -1,4 +1,4 @@
package link.infra.packwiz.launcher;
package link.infra.packwiz.installer;
import java.awt.BorderLayout;
import java.awt.Component;

View File

@ -1,4 +1,4 @@
package link.infra.packwiz.launcher;
package link.infra.packwiz.installer;
public class UpdateManager {
Thread updateThread = new Thread(new UpdateThread());

View File

@ -1,4 +1,4 @@
package link.infra.packwiz.launcher;
package link.infra.packwiz.installer;
public class UpdateThread implements Runnable {