aliyunpan
aliyunpan copied to clipboard
请问能分享一个x64 Mac的v3版本吗?
我把Windows v3版本的app.asar替换到Mac v2版本后无法打开,看上去可能是aria2c文件错了
有人能分享一下吗?
可以下载源码手动编译一下 https://github.com/liupan1890/aliyunpan/blob/v3/%E6%BA%90%E7%A0%81%E5%BC%80%E5%8F%91%E6%89%93%E5%8C%85%E5%B8%AE%E5%8A%A9.md
可以下载源码手动编译一下 https://github.com/liupan1890/aliyunpan/blob/v3/%E6%BA%90%E7%A0%81%E5%BC%80%E5%8F%91%E6%89%93%E5%8C%85%E5%B8%AE%E5%8A%A9.md
build之后出现如下错误:
➜ aliyunpan git:(v3) ✗ yarn run build
yarn run v1.22.19
warning package.json: License should be a valid SPDX license expression
$ vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs && electron-builder --dir
error TS5058: The specified path does not exist: 'packages/renderer/tsconfig.json'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
➜ aliyunpan git:(v3) ✗