Skip to content

jamasBian/DingTalk-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

# DingTalk-Electron(钉钉Linux版) Mac OS X 和 Linux 下更好用的钉钉客户端。使用Electron构建。

下载

钉钉-Electron Linux 32位版本

钉钉-Electron Linux 64位版本

钉钉-Electron Mac OS X版本

钉钉-Electron Windows 64位版本(Windows 7及以上

钉钉-Electron Windows 32位版本(XP及以下)

如何使用:

# Clone this repository
git clone https://github.com/jamasBian/DingTalk-linux.git
# Go into the repository
cd DingTalk-linux
# Install dependencies and run the app
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install && npm start

根据你的平台打包应用

npm run build:osx
npm run build:linux
npm run build:win