From c3fe2acc8a3e3ccefa3db94b3a2e86df0447f9d3 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 2 Apr 2023 17:25:24 -0700 Subject: [PATCH] Fix tauri script command --- package.json | 1 + src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d9eab9f..0faa73e0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "tauri-dev": "YAAK_ENV=development tauri dev", "tauri-build": "tauri build", + "tauri": "tauri", "build": "npm run build:frontend", "dev": "vite dev", "lint": "tsc && eslint . --ext .ts,.tsx", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 07c313b6..7016c121 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.6" + "version": "2023.0.7" }, "tauri": { "windows": [],