Skip to content

Commit 6f6ab76

Browse files
committed
chore: add license and change app id
1 parent 0bac961 commit 6f6ab76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "tauri-plugin-nosleep"
3+
metadata = "tauri-plugin"
34
version = "2.0.0-beta.1"
45
authors = [ "Peter Evers <pevers90@gmail.com>" ]
6+
license = "MIT"
57
description = "Tauri plugin to prevent the power save functionality in the OS"
68
edition = "2021"
79
rust-version = "1.70"

examples/tauri-app/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "tauri-app",
33
"version": "0.0.0",
4-
"identifier": "peter.dev",
4+
"identifier": "nosleep.dev",
55
"build": {
66
"beforeDevCommand": "yarn dev",
77
"beforeBuildCommand": "yarn build",

0 commit comments

Comments
 (0)