build: change name and version
parent
1e5aeac212
commit
e171609bc7
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "s3si-ts-tauri",
|
||||
"name": "s3si-ts",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -1988,8 +1988,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
||||
|
||||
[[package]]
|
||||
name = "s3si-ts-tauri"
|
||||
version = "0.0.0"
|
||||
name = "s3si-ts"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "s3si-ts-tauri"
|
||||
version = "0.0.0"
|
||||
description = "A Tauri App"
|
||||
name = "s3si-ts"
|
||||
version = "0.1.0"
|
||||
description = "Export your battles from SplatNet to https://stat.ink"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
repository = ""
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
"withGlobalTauri": false
|
||||
},
|
||||
"package": {
|
||||
"productName": "s3si-ts-tauri",
|
||||
"version": "0.0.0"
|
||||
"productName": "s3si-ts",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"identifier": "com.tauri.dev",
|
||||
"identifier": "cn.imspace.s3si.ts",
|
||||
"targets": "all"
|
||||
},
|
||||
"security": {
|
||||
|
|
@ -40,10 +40,10 @@
|
|||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "s3si-ts-tauri",
|
||||
"title": "s3si.ts",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue