Merge branch 'main' of https://github.com/whattheflat/whattheflat
This commit is contained in:
@@ -11,3 +11,5 @@ build/
|
|||||||
debug.log
|
debug.log
|
||||||
|
|
||||||
releases/
|
releases/
|
||||||
|
release/
|
||||||
|
.DS_Store
|
||||||
|
|||||||
+10
-5
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user