mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 00:07:09 +00:00
feat: new splash texts by the community
This commit is contained in:
parent
7baa96c798
commit
d10c4f6876
65
src-tauri/tauri.nightly.conf.json
Normal file
65
src-tauri/tauri.nightly.conf.json
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Emerald Legacy Launcher Nightly",
|
||||
"version": "1.2.0-nightly",
|
||||
"identifier": "com.emerald.legacy.nightly",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"label": "main",
|
||||
"title": "Emerald Legacy Launcher Nightly",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"minWidth": 1280,
|
||||
"minHeight": 720,
|
||||
"decorations": true,
|
||||
"transparent": false,
|
||||
"resizable": true,
|
||||
"center": true,
|
||||
"visible": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM1NTk5MjQ4QjMxQjFCQgpSV1M3c1RHTEpKbFZBMEtxMnNUZ3F5V2FmQmQrREY5Z0pkbnJuUlBYL2d1cUtzRkJIeDFkUkR4RQo=",
|
||||
"endpoints": [
|
||||
"https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases/download/nightly/latest.json"
|
||||
],
|
||||
"windows": { "installMode": "passive" }
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"createUpdaterArtifacts": true,
|
||||
"linux": {
|
||||
"appimage": {
|
||||
"bundleMediaFramework": true
|
||||
}
|
||||
},
|
||||
"resources": ["resources/DLC"],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/64x64.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
"exceptionDomain": "",
|
||||
"frameworks": [],
|
||||
"signingIdentity": null,
|
||||
"providerShortName": "Emerald"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -160,6 +160,14 @@ const SPLASHES = [
|
|||
"LGTM",
|
||||
"git revert",
|
||||
"We do not crypto mine on your computer.",
|
||||
"100% legal!",
|
||||
"Definitely not pirated",
|
||||
"Long Live LCE!",
|
||||
"For the community, by the community!",
|
||||
"Not affiliated with Microslop",
|
||||
"What is nether update",
|
||||
"To the good old days",
|
||||
"Also try : Minecraft Pocket Edition",
|
||||
];
|
||||
|
||||
interface AudioControllerProps {
|
||||
|
|
|
|||
Loading…
Reference in a new issue