This commit is contained in:
vadimwit
2026-03-07 19:14:54 +00:00
2 changed files with 12 additions and 5 deletions
+2
View File
@@ -11,3 +11,5 @@ build/
debug.log debug.log
releases/ releases/
release/
.DS_Store
+10 -5
View File
@@ -1,6 +1,7 @@
{ {
"name": "whattheflat", "name": "whattheflat",
"version": "0.1.0", "description": "A jam session companion app that provides a chromatic tuner, chord progressions, and more.",
"version": "0.6.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "electron/main.cjs", "main": "electron/main.cjs",
@@ -42,8 +43,8 @@
"package.json" "package.json"
], ],
"directories": { "directories": {
"buildResources": "assets", "buildResources": "dist",
"output": "releases" "output": "release"
}, },
"win": { "win": {
"target": "nsis", "target": "nsis",
@@ -51,8 +52,12 @@
"forceCodeSigning": false "forceCodeSigning": false
}, },
"mac": { "mac": {
"target": "dmg", "hardenedRuntime": true,
"icon": "assets/whattheflat-logo-mac.png" "entitlements": "electron/entitlements.mac.plist",
"entitlementsInherit": "electron/entitlements.mac.plist",
"extendInfo": {
"NSMicrophoneUsageDescription": "WhatTheFlat needs access to your microphone to detect pitch and provide the tuner."
}
}, },
"linux": { "linux": {
"target": "AppImage", "target": "AppImage",