1.0.1 • Published 2 months ago

vte-desktop v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

VTE 客户端

npm start

打包

npm run package -- --platform <win32|darwin|linux> --arch <ia32|x64|arm64>

跨平台打包

macOS

  1. 安装 Mono:

    brew install mono
  2. 安装 Wine:

    brew install --cask --no-quarantine wine-stable
  3. 验证

    mono --version
    wine --version
  4. build

    npm run package -- --platform win32 --arch ia32

更新

API

问题