Skip to content

Commit

Permalink
Update package name, description, and identifiers in configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Nov 26, 2024
1 parent 8b33e0e commit 9e8c6ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "0package-name0"
name = "my-app-package-name"
version = "0.1.0"
description = "0description0"
description = "my-app-description"
authors = ["you"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "0package-name0",
"productName": "my-app-package-name",
"version": "0.1.0",
"identifier": "0identifier0",
"identifier": "my-app-identifier",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
Expand All @@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "0project-name0",
"title": "my-app-project-name",
"width": 800,
"height": 600
}
Expand Down

0 comments on commit 9e8c6ec

Please sign in to comment.