Alisa

Results 5 comments of Alisa

可以考虑这个玩意:http://www.pushdeer.com/index.html

I have created repo to check MCSM version and build docker image automatically use GitHub Actions. https://github.com/LiamSho/mcsmanager-image Hope to be a reference Edit: I have deployed MCSM WebUI in k8s...

+1 It's a critical feature for me. Or, I think adding custom annotations to the secret is also an ok choice, so that we can use tools like [kubernetes-reflector](https://github.com/emberstack/kubernetes-reflector) to...

似乎是某个依赖引入了 Electron 7.3.3,导致在 Apple Silicon 上无法运行 electron 的 install.js 会尝试下载 `electron-v7.3.3-darwin-arm64.zip` 而 404 ``` node_modules/.pnpm/[email protected]/node_modules/electron: Running postinstall script, failed in 893ms .../[email protected]/node_modules/electron postinstall$ node install.js │ node:internal/process/promises:279 │ triggerUncaughtException(err, true...

在 M1 芯片的 Mac 上成功编译出了 x64 和 arm64 的版本 ![image](https://user-images.githubusercontent.com/28832398/208503845-8cc8212c-d3e4-4c2d-861a-9279961517b1.png) ![image](https://user-images.githubusercontent.com/28832398/208503888-3581fdb6-9bef-49e5-aaf6-3f9aaa5c987a.png) 修改 [xmcl-electron-app/build/electron-builder.config.ts](https://github.com/Voxelum/x-minecraft-launcher/blob/54176a1003d1037422fa2e1071126dc68fbe473c/xmcl-electron-app/build/electron-builder.config.ts) 文件的 Mac 部分,加上 arch 即可: ``` mac: { icon: 'icons/dark.icns', darkModeSupport: true, target: [ { target: 'zip',...