add LICENSE comments

This commit is contained in:
zyxkad 2022-08-23 16:26:55 -06:00
parent 3e12f9ec2e
commit 2428c96b26
No known key found for this signature in database
GPG Key ID: 75D46E883711CD87
5 changed files with 40 additions and 12 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
description = "Oh My Mailbox App"
authors = ["zyxkad@gmail.com"]
license = "Apache-2.0"
repository = "https://gitea.ghink.net/Ghink/omm-client.git"
default-run = "app"
edition = "2021"
rust-version = "1.57"

View File

@ -2,7 +2,15 @@
Client of Oh My Mailbox
### Compile application
### Compile and Hot-Reload for Development
```sh
bash build.sh
cargo tauri dev
```
### Compile application
```sh
cargo tauri build
```

@ -1 +1 @@
Subproject commit 87ac7062b83005c4dd3122f89f7597cd0fa22cfd
Subproject commit 80d933b5591cb0fb9895a83a29944b20fdefdab4

View File

@ -1,3 +1,20 @@
/*
Copyright 2022 zyxkad@gmail.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),

View File

@ -6,7 +6,7 @@
"devPath": "http://127.0.0.1:13280"
},
"package": {
"productName": "omm-client",
"productName": "Omm-Client",
"version": "0.1.0"
},
"tauri": {
@ -15,8 +15,8 @@
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"category": "Utility",
"copyright": "Apache-2.0",
"deb": {
"depends": []
},
@ -34,11 +34,14 @@
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"license": "./LICENSE",
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"resources": [
"./LICENSE"
],
"shortDescription": "Oh My MailBox client application",
"targets": "all",
"windows": {
"certificateThumbprint": null,