xunmengshe / OpenUtau

MIT License
268 stars 27 forks source link

Disable DiffsingerPack for mac by default #26

Closed leng-yue closed 1 year ago

leng-yue commented 1 year ago

默认关闭 MacOS 的 DiffsingerPack 支持, 因为 MacOS 的默认数据目录不是当前文件夹. Disable Mac's DiffSingerPack support, as the default data folder in MacOS is /Users/xxx/Library/OpenUTAU instead of the root directory.

注意: GitHub CI 生成的文件是没有签名的, 运行前需要执行以下命令来允许未签名软件: Note: Files generated by GitHub CI are not signed by default, you need to run the following command to allow unsigned software.

sudo spctl --master-disable

该 CI 目前工作正常, 见:
https://github.com/fishaudio/OpenUtau/actions/runs/4288870620. https://github.com/fishaudio/OpenUtau/releases/tag/0.1.36.11