feat: include dev tools in releases

This commit is contained in:
2023-08-04 22:38:18 +02:00
parent a134b970ee
commit bf96c1e29d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "amacc1ng", "name": "amacc1ng",
"version": "0.4.1", "version": "0.4.2",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"private": true, "private": true,
"scripts": { "scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -85,7 +85,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]] [[package]]
name = "app" name = "app"
version = "0.4.0" version = "0.4.1"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "app" name = "app"
version = "0.4.1" version = "0.4.2"
description = "A Tauri App" description = "A Tauri App"
authors = ["Thea Schöbl <dev@theaninova.de>"] authors = ["Thea Schöbl <dev@theaninova.de>"]
license = "AGPL-3" license = "AGPL-3"
@@ -18,7 +18,7 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0" serde_json = "1.0"
serialport = "4.2.1" serialport = "4.2.1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = ["updater"] } tauri = { version = "1.4.0", features = ["updater", "devtools"] }
[features] [features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "amacc1ng", "productName": "amacc1ng",
"version": "0.4.1" "version": "0.4.2"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {