
-
+
Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.
You are just a few clicks away from Westeros.
diff --git a/build/icon.png b/build/icon.png
index 9e21d08b..b9f5962e 100644
Binary files a/build/icon.png and b/build/icon.png differ
diff --git a/electron-builder.yml b/electron-builder.yml
index cd5d1ce6..edb672c4 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -1,5 +1,5 @@
-appId: 'helioslauncher'
-productName: 'Helios Launcher'
+appId: 'tabernalauncher'
+productName: 'Taberna Launcher'
artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
diff --git a/package-lock.json b/package-lock.json
index ed58817c..89fc6f81 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "helioslauncher",
+ "name": "tabernalauncher",
"version": "1.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "helioslauncher",
+ "name": "tabernalauncher",
"version": "1.9.0",
"license": "UNLICENSED",
"dependencies": {
diff --git a/package.json b/package.json
index a5f42cb7..114f6b37 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
{
- "name": "helioslauncher",
+ "name": "tabernalauncher",
"version": "1.9.0",
- "productName": "Helios Launcher",
+ "productName": "Taberna Launcher",
"description": "Modded Minecraft Launcher",
- "author": "Daniel Scalzi (https://github.com/dscalzi/)",
+ "author": "Yoann BRIGANT",
"license": "UNLICENSED",
- "homepage": "https://github.com/dscalzi/HeliosLauncher",
+ "homepage": "https://github.com/ElBrigos/TabernaLauncher",
"bugs": {
- "url": "https://github.com/dscalzi/HeliosLauncher/issues"
+ "url": "https://github.com/ElBrigos/TabernaLauncher/issues"
},
"private": true,
"main": "index.js",
@@ -48,6 +48,6 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/dscalzi/HeliosLauncher.git"
+ "url": "git+https://github.com/ElBrigos/TabernaLauncher.git"
}
}