Skip to content

Commit 0f57f24

Browse files
committed
ADG Rebrand
1 parent 15a7c56 commit 0f57f24

File tree

9 files changed

+16
-59
lines changed

9 files changed

+16
-59
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ subprojects {
1515
apply plugin: 'java'
1616

1717
group = 'com.skcraft'
18-
version = '1.2.1'
18+
version = '1.0.0'
1919

2020
java {
2121
toolchain {

launcher/src/main/java/com/skcraft/launcher/dialog/AboutDialog.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ private void initComponents() {
3030
container.setLayout(new MigLayout("insets dialog"));
3131

3232
container.add(new JLabel("<html>Licensed under GNU General Public License, version 3."), "wrap, gapbottom unrel");
33-
container.add(new JLabel("<html>You are using Astronauts Launcher, an open-source framework<br>" +
34-
"for retro modpacks."), "wrap, gapbottom unrel");
33+
container.add(new JLabel("<html>You are using the Asylum App"), "wrap, gapbottom unrel");
3534
JButton okButton = new JButton("OK");
3635
JButton sourceCodeButton = new JButton("Website");
3736

@@ -44,7 +43,7 @@ private void initComponents() {
4443
getRootPane().registerKeyboardAction(ActionListeners.dispose(this), KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0), JComponent.WHEN_IN_FOCUSED_WINDOW);
4544

4645
okButton.addActionListener(ActionListeners.dispose(this));
47-
sourceCodeButton.addActionListener(ActionListeners.openURL(this, "https://github.com/RetroNauts/Launcher"));
46+
sourceCodeButton.addActionListener(ActionListeners.openURL(this, "https://github.com/asylumdevgroup/Launcher"));
4847
}
4948

5049
public static void showAboutDialog(Window parent) {

launcher/src/main/java/com/skcraft/launcher/dialog/Launcher.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options.useProxyCheck = Use following proxy in Minecraft
3030
options.jvmPath=Fallback Java Runtime\:
3131
options.jvmRuntime=Java Runtime\:
3232
options.jvmArguments=JVM arguments\:
33-
options.Downloading Retronauts Launcher=<html>Make sure to have <strong>64-bit Java installed</strong> if you are planning to set the memory limits higher.
33+
options.Downloading Asylum App=<html>Make sure to have <strong>64-bit Java installed</strong> if you are planning to set the memory limits higher.
3434
options.minMemory=Minimum memory (MB)\:
3535
options.maxMemory=Maximum memory (MB)\:
3636
options.javaTab=Java
@@ -74,8 +74,8 @@ launcher.checkForUpdates=Check for updates
7474
launcher.options=Options...
7575
launcher.updateLauncher=Update launcher...
7676
launcher.downloadUpdates=Download modpack updates
77-
launcher.title=Retronauts Launcher (v{0})
78-
launcher.appTitle=Retronauts Launcher
77+
launcher.title=Asylum App (v{0})
78+
launcher.appTitle=Asylum App
7979
launcher.refreshList=Refresh list
8080
launcher.checkingTitle=Getting available modpacks...
8181
launcher.checkingStatus=Getting available modpacks... Please wait.
@@ -136,8 +136,8 @@ console.pasteFailed=Upload failed\: {0}\n
136136
console.processEndCode=Process ended with code\: {0}
137137
console.attachedToProcess=The game is running. Please wait.
138138
console.forceClose=Force Close
139-
console.trayTooltip=Retronauts Launcher
140-
console.trayTitle=Retronauts Launcher
139+
console.trayTooltip=Asylum App
140+
console.trayTitle=Asylum App
141141
console.tray.showWindow=Show window
142142
console.tray.forceClose=Force close...
143143
console.closeWindow=Close Window
13 KB
Loading
13 KB
Loading

launcher/src/main/resources/com/skcraft/launcher/lang/Launcher.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ launcher.checkForUpdates=Check for updates
7676
launcher.options=Options...
7777
launcher.updateLauncher=Update launcher...
7878
launcher.downloadUpdates=Download modpack updates
79-
launcher.title=RetroNauts Launcher (v{0})
80-
launcher.appTitle=RetroNauts Launcher
79+
launcher.title=Asylum App (v{0})
80+
launcher.appTitle=Asylum App
8181
launcher.refreshList=Refresh list
8282
launcher.checkingTitle=Getting available modpacks...
8383
launcher.checkingStatus=Getting available modpacks... Please wait.
@@ -139,8 +139,8 @@ console.pasteFailed=Upload failed\: {0}\n
139139
console.processEndCode=Process ended with code\: {0}
140140
console.attachedToProcess=The game is running. Please wait.
141141
console.forceClose=Force Close
142-
console.trayTooltip=RetroNauts Launcher
143-
console.trayTitle=RetroNauts Launcher
142+
console.trayTooltip=Asylum App
143+
console.trayTitle=Asylum App
144144
console.tray.showWindow=Show window
145145
console.tray.forceClose=Force close...
146146
console.closeWindow=Close Window

launcher/src/main/resources/com/skcraft/launcher/launcher.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=${project.version}
1010

1111
# These can be left as-is or changed to your liking
12-
launcherShortname=RetroNauts
12+
launcherShortname=AsylumApp
1313
offlinePlayerName=Alex
1414

1515
# Only change these if you know what you're doing.
@@ -22,6 +22,6 @@ microsoftClientId=4cd46771-db98-4d97-9692-5cc7e9161919
2222
resetPasswordUrl=https://minecraft.net/resetpassword
2323

2424
# You MUST change these from the defaults. These URLs are provides as examples only.
25-
newsUrl=https://cdn.retronautsmc.org/news.html
26-
packageListUrl=https://cdn.retronautsmc.org/packages.json
27-
selfUpdateUrl=https://cdn.retronautsmc.org/latest.json
25+
newsUrl=https://cdn.asylumdev.com/news.html
26+
packageListUrl=https://cdn.asylumdev.com/packages.json
27+
selfUpdateUrl=https://cdn.asylumdev.com/latest.json

launcher/src/main/resources/com/skcraft/launcher/microsoft-account-sign-in.dll renamed to launcher/src/main/resources/com/skcraft/launcher/microsoft-account-sign-in.exe

File renamed without changes.

news.html

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -14,47 +14,5 @@
1414
</head>
1515
<body>
1616
<h1>News</h1>
17-
<h2>Brightlight - 1.6.0</h2>
18-
<h4>Added Mods:</h4>
19-
<div>- Ender Forest</div>
20-
<div>- IC2Fixes</div>
21-
<div>- UsefulTNT</div>
22-
<div> </div>
23-
<h4>Updated Mods:</h4>
24-
<div>- DragonAPI</div>
25-
<div>- DyeTress</div>
26-
<div>- ElectriCraft</div>
27-
<div>- Expanded Redstone</div>
28-
<div>- ReactorCraft </div>
29-
<div>- RotaryCraft </div>
30-
<div> </div>
31-
<div> </div>
32-
<h2>Brightlight - 1.5.0</h2>
33-
<h4>Added Mods:</h4>
34-
<div>- Advanced Power Management (IC2 Addon)</div>
35-
<div>- Botania</div>
36-
<div>- Enderium Power Armor</div>
37-
<div>- ExtraTiC</div>
38-
<div>- Plugins for Forestry</div>
39-
<div>- Tinker's Steelworks</div>
40-
<div> </div>
41-
<div> </div>
42-
<h2>Brightlight - 1.4.1</h2>
43-
<h4>Removed Mods:</h4>
44-
<div>- Minecraft Loader</div>
45-
<div> </div>
46-
<div> </div>
47-
<h2>Brightlight - 1.4.0</h2>
48-
<h4>Added Mods:</h4>
49-
<div>- Armoa Backup</div>
50-
<div>- Aroma Core</div>
51-
<div>- Aroma1997s Dimensional World</div>
52-
<div>- Cake is a lie</div>
53-
<div>- EMC Condenser</div>
54-
<div>- Equivalency</div>
55-
<div>- Equivalent Exchange 3</div>
56-
<div>- Hardcore Ender Expansion</div>
57-
<div>- LatCoreMC</div>
58-
<div>- LomLib</div>
5917
</body>
6018
</html>

0 commit comments

Comments
 (0)