Hopefully fix AppImage build not finding migrations. I think it was because the productName had a capital Yaak in it.

This commit is contained in:
Gregory Schier
2024-06-04 14:59:40 -07:00
parent 5e2218fd64
commit 82d3304c38
7 changed files with 116 additions and 130 deletions

View File

@@ -1,13 +1,13 @@
{
"productName": "yaak",
"version": "2024.5.0",
"identifier": "app.yaak.desktop",
"build": {
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"frontendDist": "../dist"
},
"productName": "Yaak",
"version": "2024.5.0",
"identifier": "app.yaak.desktop",
"app": {
"withGlobalTauri": false,
"security": {