Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 5, 2023
1 parent 4a457d7 commit 4fea397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "overlayed-rust-test",
"name": "overlayed",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "overlayed-rust-test"
name = "overlayed"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"fullscreen": false,
"resizable": true,
"transparent": true,
"title": "overlayed-rust-test",
"title": "overlayed",
"width": 420,
"height": 600
}
Expand Down

0 comments on commit 4fea397

Please sign in to comment.