Rebrand (Hope this doesn't break anything)

This commit is contained in:
Santiago Fisela
2026-04-08 02:29:27 -03:00
parent 627e09b39a
commit c197716912
23 changed files with 184 additions and 123 deletions
+7 -3
View File
@@ -1,8 +1,12 @@
{
"name": "emerald-legacy-launcher",
"name": "lce-emerald-launcher",
"private": true,
"version": "1.0.1",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/LCE-Hub/LCE-Emerald-Launcher.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
@@ -10,7 +14,7 @@
"tauri": "tauri",
"tauri:build": "tauri build && pnpm run post-build:macos",
"post-build:macos": "sh src-tauri/scripts/post-build-macos.sh",
"flatpak": "flatpak-builder --user --install-deps-from=flathub --repo=emerald-repo --force-clean build-flatpak flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.yml && flatpak build-bundle emerald-repo emerald.flatpak io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher"
"flatpak": "flatpak-builder --user --install-deps-from=flathub --repo=emerald-repo --force-clean build-flatpak flatpak/io.github.LCE_Emerald_Launcher.LCE_Emerald_Launcher.yml && flatpak build-bundle emerald-repo emerald.flatpak io.github.LCE_Emerald_Launcher.LCE_Emerald_Launcher"
},
"dependencies": {
"@tauri-apps/api": "^2",
@@ -36,4 +40,4 @@
"tauri-plugin-drpc": "^1.0.3",
"tauri-plugin-gamepad-api": "^0.0.5"
}
}
}