change config for build native app on ubuntu

master
Niko PLP 1 month ago committed by nikoPLP
parent 095ca37320
commit 6009d81bb7
  1. 2
      ng-app/src-tauri/tauri.conf.json
  2. 6
      ng-sdk-js/Cargo.toml

@ -7,7 +7,7 @@
"withGlobalTauri": false
},
"package": {
"productName": "NextGraph",
"productName": "Nextgraph",
"version": "0.1.0"
},
"tauri": {

@ -5,10 +5,10 @@ description = "JS app sdk of NextGraph"
publish = false
version.workspace = true
edition.workspace = true
license.workspace = true
license = "MIT/Apache-2.0"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs"
homepage = "https://nextgraph.org"
keywords.workspace = true
documentation.workspace = true
rust-version.workspace = true

Loading…
Cancel
Save