Skip to content

Commit 07f85fe

Browse files
committed
fix: correct frontendDist path and identifier for CI builds
1 parent 1decb4d commit 07f85fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Audixa",
44
"version": "0.1.0",
5-
"identifier": "com.audixa.app",
5+
"identifier": "com.audixa.desktop",
66
"build": {
7-
"frontendDist": "../../dist/apps/desktop",
7+
"frontendDist": "../../../dist/apps/desktop",
88
"devUrl": "http://127.0.0.1:4201",
99
"beforeDevCommand": "node -e \"\"",
1010
"beforeBuildCommand": "pnpm -w nx run desktop:build"

0 commit comments

Comments
 (0)