mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2026-04-30 13:01:03 +02:00
Rename to packwiz-installer
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package link.infra.packwiz.launcher;
|
||||
package link.infra.packwiz.installer;
|
||||
|
||||
import java.awt.BorderLayout;
|
||||
import java.awt.Component;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package link.infra.packwiz.launcher;
|
||||
package link.infra.packwiz.installer;
|
||||
|
||||
public class UpdateManager {
|
||||
Thread updateThread = new Thread(new UpdateThread());
|
||||
+1
-1
@@ -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