mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06:30 +02:00
Rename to packwiz-installer
This commit is contained in:
parent
abc6e321e0
commit
ec6f8ff9eb
@ -7,4 +7,4 @@
|
|||||||
* in the user guide at https://docs.gradle.org/4.10.3/userguide/multi_project_builds.html
|
* 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'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package link.infra.packwiz.launcher;
|
package link.infra.packwiz.installer;
|
||||||
|
|
||||||
import java.awt.BorderLayout;
|
import java.awt.BorderLayout;
|
||||||
import java.awt.Component;
|
import java.awt.Component;
|
@ -1,4 +1,4 @@
|
|||||||
package link.infra.packwiz.launcher;
|
package link.infra.packwiz.installer;
|
||||||
|
|
||||||
public class UpdateManager {
|
public class UpdateManager {
|
||||||
Thread updateThread = new Thread(new UpdateThread());
|
Thread updateThread = new Thread(new UpdateThread());
|
@ -1,4 +1,4 @@
|
|||||||
package link.infra.packwiz.launcher;
|
package link.infra.packwiz.installer;
|
||||||
|
|
||||||
public class UpdateThread implements Runnable {
|
public class UpdateThread implements Runnable {
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user