fix: wrong path in builder config

This commit is contained in:
alikia2x (寒寒) 2025-01-02 00:00:32 +08:00
parent 004e1a7eef
commit 88cb72ca2b
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -3,7 +3,7 @@
"mac": { "mac": {
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"target": "dmg", "target": "dmg",
"files": ["bin/macos"] "files": ["bin/darwin"]
}, },
"productName": "OpenRewind", "productName": "OpenRewind",
"directories": { "directories": {