diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..b58b603f
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/Launcher.iml b/.idea/Launcher.iml
new file mode 100644
index 00000000..24643cc3
--- /dev/null
+++ b/.idea/Launcher.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 00000000..089b600c
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 00000000..79ee123c
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/discord.xml b/.idea/discord.xml
new file mode 100644
index 00000000..9b28b4a4
--- /dev/null
+++ b/.idea/discord.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..03d9549e
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..24e7e3a1
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/assets/js/ipcconstants.js b/app/assets/js/ipcconstants.js
index a1cd6385..9e472b2a 100644
--- a/app/assets/js/ipcconstants.js
+++ b/app/assets/js/ipcconstants.js
@@ -1,7 +1,7 @@
// NOTE FOR THIRD-PARTY
// REPLACE THIS CLIENT ID WITH YOUR APPLICATION ID.
// SEE https://github.com/dscalzi/HeliosLauncher/blob/master/docs/MicrosoftAuth.md
-exports.AZURE_CLIENT_ID = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
+exports.AZURE_CLIENT_ID = 'aed16161-d55a-4dea-a489-9b9b288ae27d'
// SEE NOTE ABOVE.
diff --git a/dev-app-update.yml b/dev-app-update.yml
index aa7ce8f4..c6f5b9cc 100644
--- a/dev-app-update.yml
+++ b/dev-app-update.yml
@@ -1,3 +1,3 @@
-owner: dscalzi
-repo: HeliosLauncher
+owner: leafd
+repo: Launcher
provider: github
diff --git a/electron-builder.yml b/electron-builder.yml
index 43a49b88..9a226438 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -1,8 +1,8 @@
-appId: 'helioslauncher'
-productName: 'Helios Launcher'
+appId: 'marcuskLauncher'
+productName: 'Marcusk Studio Launcher'
artifactName: '${productName}-setup-${version}.${ext}'
-copyright: 'Copyright © 2018-2024 Daniel Scalzi'
+copyright: 'Copyright © 2024 Marcusk Studio'
asar: true
compression: 'maximum'
@@ -39,10 +39,10 @@ mac:
# Linux Configuration
linux:
target: 'AppImage'
- maintainer: 'Daniel Scalzi'
- vendor: 'Daniel Scalzi'
- synopsis: 'Modded Minecraft Launcher'
- description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
+ maintainer: 'Leafd'
+ vendor: 'Marcusk Studio'
+ synopsis: 'Minecraft Launcher for the Marcusk Studio'
+ description: 'Custom launcher which allows users to join Marcusk events'
category: 'Game'