fix tauri build

Seto Elkahfi committed Aug 4, 2024 at 19:04 UTC 372f10fe45b8f9f8ddecb3f5813f44cdf7b5e125
2 files changed +5 -2
.github/workflows/deploy-frontend-splitfire-desktop.yml
+4 -1
@@ -27,4 +27,7 @@ jobs:
27 # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
28 targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
29 - name: install frontend dependencies
30 - run: npm install # change this to npm, pnpm or bun depending on which one you use.
30 + run: |
31 + cd frontend/splitfire-desktop
32 + npm install
33 + npm run tauri-build
frontend/splitfire-desktop/src-tauri/tauri.conf.json
+1 -1
@@ -15,7 +15,7 @@
15 },
16 "bundle": {
17 "active": true,
18 - "category": "artificial intelligence, music, community",
18 + "category": "Music",
19 "copyright": "",
20 "deb": {
21 "depends": []