diff --git a/src-tauri/tauri.nightly.conf.json b/src-tauri/tauri.nightly.conf.json new file mode 100644 index 0000000..dbd1971 --- /dev/null +++ b/src-tauri/tauri.nightly.conf.json @@ -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" + } + } +} diff --git a/src/hooks/useAudioController.ts b/src/hooks/useAudioController.ts index e23b673..bf6533b 100644 --- a/src/hooks/useAudioController.ts +++ b/src/hooks/useAudioController.ts @@ -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 {