mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-13 02:11:13 -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.
|
A 'simple' application for reading and visualizing the bitrate of media files.
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||||
<title>bitme</title>
|
<title>byteme</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root" class="min-h-screen min-w-screen"></div>
|
<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
|
// Create application with options
|
||||||
err := wails.Run(&options.App{
|
err := wails.Run(&options.App{
|
||||||
Title: "bitme",
|
Title: "byteme",
|
||||||
Width: 1024,
|
Width: 1024,
|
||||||
Height: 768,
|
Height: 768,
|
||||||
AssetServer: &assetserver.Options{
|
AssetServer: &assetserver.Options{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://wails.io/schemas/config.v2.json",
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
||||||
"name": "bitme",
|
"name": "byteme",
|
||||||
"outputfilename": "bitme",
|
"outputfilename": "byteme",
|
||||||
"frontend:install": "pnpm install",
|
"frontend:install": "pnpm install",
|
||||||
"frontend:build": "pnpm run build",
|
"frontend:build": "pnpm run build",
|
||||||
"frontend:dev:watcher": "pnpm run dev",
|
"frontend:dev:watcher": "pnpm run dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user