Skip to content

Commit

Permalink
chore: license and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Feb 12, 2023
1 parent 22444ad commit bdb764f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "idasen-tray-webview",
"name": "idasen-tray-controller",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
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.

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "idasen-tray-webview"
name = "idasen-tray-controller"
version = "0.0.0"
description = "A Tauri App"
description = "An app to control IKEA Idasen desk"
authors = ["you"]
license = ""
license = "MIT"
repository = ""
edition = "2021"
rust-version = "1.57"
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,8 +6,8 @@
"distDir": "../dist"
},
"package": {
"productName": "idasen-tray-webview",
"version": "0.0.0"
"productName": "idasen-tray-controller",
"version": "0.0.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit bdb764f

Please sign in to comment.