chore: rename to 'byteme'

This commit is contained in:
2025-07-12 21:20:51 -05:00
parent 3f6a719dff
commit df988fb670
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# bitme
# byteme
A 'simple' application for reading and visualizing the bitrate of media files.

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>bitme</title>
<title>byteme</title>
</head>
<body>
<div id="root" class="min-h-screen min-w-screen"></div>

2
go.mod
View File

@@ -1,4 +1,4 @@
module bitme
module byteme
go 1.23

View File

@@ -17,7 +17,7 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "bitme",
Title: "byteme",
Width: 1024,
Height: 768,
AssetServer: &assetserver.Options{

View File

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