dingtalk icon indicating copy to clipboard operation
dingtalk copied to clipboard

如何编译linux arm版本

Open jay1948 opened this issue 5 years ago • 1 comments

如何编译linux arm版本

jay1948 avatar Jun 13 '19 09:06 jay1948

https://www.electron.build/configuration/linux 编译支持的格式,对饮配置在 https://github.com/nashaofu/dingtalk/blob/master/package.json#L119-L141

{
    "linux": {
      "target": [
        {
          "target": "AppImage" // 这里填写对应的名称,如下图支持的target
        }
      ],
      "icon": "./resources/icons",
      "category": "InstantMessaging;Network"
    }
}

image

nashaofu avatar Jun 13 '19 13:06 nashaofu