[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

try without targets list

Kasper (Sep 14, 2025, 2:42 PM +0200) a14c1bc0 6f1f8ecc

+1 -9
+1 -9
package.json
··· 65 65 }, 66 66 "main": "build/electron/main.js", 67 67 "napi": { 68 - "binaryName": "addon", 69 - "targets": [ 70 - "x86_64-pc-windows-msvc", 71 - "x86_64-apple-darwin", 72 - "x86_64-unknown-linux-gnu", 73 - "aarch64-unknown-linux-gnu", 74 - "aarch64-apple-darwin", 75 - "aarch64-pc-windows-msvc" 76 - ] 68 + "binaryName": "addon" 77 69 }, 78 70 "devDependencies": { 79 71 "@eslint/compat": "^1.3.1",