From 81852859cabc516581c39023ec0277c0dbe2f7a7 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Mon, 7 Jul 2025 17:21:03 +0300 Subject: [PATCH] update workflow and tauri config --- .github/workflows/theseus-build.yml | 1 + apps/app/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theseus-build.yml b/.github/workflows/theseus-build.yml index 5d046473c..3196cd36a 100644 --- a/.github/workflows/theseus-build.yml +++ b/.github/workflows/theseus-build.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - feature* tags: - 'v*' paths: diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 839c36fd3..f90278ae9 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -41,7 +41,7 @@ ] }, "productName": "AstralRinth App", - "version": "../app-frontend/package.json", + "version": "0.10.3", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": {