Compare commits

...

3 Commits

Author SHA1 Message Date
Gregory Schier
fec99916c2 Debug codesigned build 2023-04-02 19:09:14 -07:00
Gregory Schier
3b5d059b11 Disable code signing 2023-04-02 18:27:14 -07:00
Gregory Schier
c3fe2acc8a Fix tauri script command 2023-04-02 17:25:24 -07:00
3 changed files with 3 additions and 1 deletions

View File

@@ -58,4 +58,5 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: false
includeDebug: true
args: '--target universal-apple-darwin'

View File

@@ -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",

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2023.0.6"
"version": "2023.0.9"
},
"tauri": {
"windows": [],