putting back the removed package.json build stuff so now it build properly

This commit is contained in:
itsamejms
2026-03-06 20:30:47 +00:00
parent 4500d0c209
commit 49df62ff73
2 changed files with 12 additions and 5 deletions
+10 -5
View File
@@ -1,6 +1,7 @@
{
"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,
"type": "module",
"main": "electron/main.cjs",
@@ -42,8 +43,8 @@
"package.json"
],
"directories": {
"buildResources": "assets",
"output": "releases"
"buildResources": "dist",
"output": "release"
},
"win": {
"target": "nsis",
@@ -51,8 +52,12 @@
"forceCodeSigning": false
},
"mac": {
"target": "dmg",
"icon": "assets/whattheflat-logo-mac.png"
"hardenedRuntime": true,
"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": {
"target": "AppImage",