Fix: Attempt to Fix Nix/Flatpak (Testing)

This commit is contained in:
Youwes09
2026-03-20 21:03:53 -05:00
parent e6b542cd6b
commit 7df7191799
33 changed files with 1953 additions and 620 deletions
+11 -6
View File
@@ -1,12 +1,10 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Moku",
"version": "0.3.0",
"version": "0.4.0",
"identifier": "dev.moku.app",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
},
"app": {
@@ -28,14 +26,21 @@
},
"bundle": {
"active": true,
"targets": ["appimage"],
"targets": ["appimage", "nsis", "deb"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
"icons/icon.ico",
"icons/icon.png"
],
"windows": {
"nsis": {
"installerIcon": "icons/icon.ico",
"installMode": "currentUser"
}
}
},
"plugins": {
"shell": {