mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-08 18:06:53 -06:00
chore: rename to 'byteme'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# bitme
|
||||
# byteme
|
||||
|
||||
A 'simple' application for reading and visualizing the bitrate of media files.
|
||||
|
||||
|
||||
@@ -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
main.go
2
main.go
@@ -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{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user