Rename application

This commit is contained in:
2024-08-19 14:03:44 +02:00
parent 4ee622e65e
commit 236b113c10
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>wails-template</title>
<title>bill-manager</title>
</head>
<body>

2
go.mod
View File

@@ -1,4 +1,4 @@
module wails-template
module bill-manager
go 1.21

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wails-template",
"outputfilename": "wails-template",
"name": "bill-manager",
"outputfilename": "bill-manager",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",