[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.

Fix ci release name

Kasper (Mar 6, 2026, 2:29 AM +0100) 51567b41 79e176e8

+4 -1
+1 -1
.github/workflows/release.yml
··· 108 108 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 109 109 with: 110 110 projectPath: mobile 111 - uploadWorkflowArtifacts: true 112 111 mobile: android 112 + tagName: ${{ github.ref_name }} 113 113 releaseName: ${{ github.ref_name }} 114 114 releaseDraft: true 115 115 args: --apk --split-per-abi --target ${{ matrix.tauri_target }}
+3
package.json
··· 30 30 "appId": "space.kasper.ferrum", 31 31 "productName": "Ferrum", 32 32 "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}", 33 + "releaseInfo": { 34 + "releaseName": "v${version}" 35 + }, 33 36 "mac": { 34 37 "category": "public.app-category.music", 35 38 "icon": "assets/icon.icns",