Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "opcode-logic",
"productName": "OpCode Logic",
"version": "0.2.0",
"identifier": "com.saku0512.opcode-logic",
"build": {
Expand All @@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "opcode-logic",
"title": "OpCode Logic",
"width": 800,
"height": 600,
"maximized": true
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tauri + SvelteKit + Typescript App</title>
<title>OpCode Logic</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<main class="screen">
<div class="panel glass">
<div class="brand">
<div class="brand-title">OPCODE LOGIC</div>
<div class="brand-title">OpCode Logic</div>
<div class="brand-sub">Grand Stage Select</div>
</div>

Expand Down