mirror of
https://github.com/shadps4-emu/shadPS4-launcher.git
synced 2026-01-31 00:55:20 +01:00
style: fix capitalization in shadPS4 name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ShadPS4 Launcher</title>
|
||||
<title>shadPS4 Launcher</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "shadps4-launcher"
|
||||
version = "1.0.0"
|
||||
description = "ShadPS4 Launcher"
|
||||
description = "shadPS4 Launcher"
|
||||
authors = ["Vinicius Rangel <me@viniciusrangel.dev>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "ShadPS4",
|
||||
"productName": "shadPS4",
|
||||
"version": "0.0.1",
|
||||
"identifier": "net.shadps4.launcher",
|
||||
"build": {
|
||||
@@ -13,14 +13,14 @@
|
||||
"windows": [
|
||||
{
|
||||
"label": "main",
|
||||
"title": "ShadPS4 Launcher",
|
||||
"title": "shadPS4 Launcher",
|
||||
"width": 930,
|
||||
"height": 650,
|
||||
"url": "/"
|
||||
},
|
||||
{
|
||||
"label": "emu_config",
|
||||
"title": "ShadPS4 - Emulator Config",
|
||||
"title": "shadPS4 - Emulator Config",
|
||||
"width": 1200,
|
||||
"height": 850,
|
||||
"visible": false,
|
||||
|
||||
@@ -290,12 +290,12 @@ function AddCustom({ reset }: { reset: Callback }) {
|
||||
extensions.push("AppImage");
|
||||
}
|
||||
openDialog({
|
||||
title: "ShadPS4 emulator binary",
|
||||
title: "shadPS4 emulator binary",
|
||||
filters:
|
||||
extensions.length > 0
|
||||
? [
|
||||
{
|
||||
name: "ShadPS4 binary",
|
||||
name: "shadPS4 binary",
|
||||
extensions,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user