mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-10-16 16:04:32 +02:00
Rename to packwiz-installer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package link.infra.packwiz.launcher;
|
||||
package link.infra.packwiz.installer;
|
||||
|
||||
import java.awt.BorderLayout;
|
||||
import java.awt.Component;
|
@@ -1,4 +1,4 @@
|
||||
package link.infra.packwiz.launcher;
|
||||
package link.infra.packwiz.installer;
|
||||
|
||||
public class UpdateManager {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user