Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
falk-werner committed Dec 22, 2023
1 parent d6c0093 commit 3295822
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions src-tauri/Cargo.lock

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

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "app"
name = "note-rs"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "A Note taking app"
authors = ["Falk Werner"]
license = ""
repository = ""
default-run = "app"
default-run = "note-rs"
edition = "2021"
rust-version = "1.60"

Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"distDir": "../dist"
},
"package": {
"productName": "note.rs",
"productName": "note-rs",
"version": "0.1.0"
},
"tauri": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"resources": [],
"shortDescription": "",
"targets": "all",
"targets": ["appimage"],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
Expand Down

0 comments on commit 3295822

Please sign in to comment.