update workflow and tauri config

This commit is contained in:
2025-07-07 17:21:03 +03:00
parent 9bd87cf986
commit 81852859ca
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- main - main
- feature*
tags: tags:
- 'v*' - 'v*'
paths: paths:

View File

@@ -41,7 +41,7 @@
] ]
}, },
"productName": "AstralRinth App", "productName": "AstralRinth App",
"version": "../app-frontend/package.json", "version": "0.10.3",
"mainBinaryName": "AstralRinth App", "mainBinaryName": "AstralRinth App",
"identifier": "AstralRinthApp", "identifier": "AstralRinthApp",
"plugins": { "plugins": {