Giter VIP home page Giter VIP logo

sealtalk-desktop's Introduction

sealtalk-desktop

资源使用说明

本项目仅作技术交流使用,非融云公司正式对外提供的技术服务. 项目用 Electron 开发,技术细节请参考 https://electron.atom.io/docs/, 问题咨询请移步 https://discuss.atom.io/c/electron, 欢迎大家互相交流.

Download Links

We do support Windows, Mac OS X,so please go check it :

http://www.rongcloud.cn/downloads

Supported Languages

  • 简体中文
  • ... keep adding :)

Setup Environment

Because we use npm to maintain our third party libraries, you have to make sure before doing anything, these needed stuffs are all installed already.

nodejs使用5.3.0,Windows必须使用32位版本 electron 必须用 1.4.3 版本; electron-builder 必须用 2.11.0 以下版本

详细配置说明参照

  npm install
  npm start
  • 特别说明

    a. electron-prebuilt 1.0.0 以上的版本需要修改 electron-squirrel-startup 模块中 index.js 文件,需要将

    var app = require('app');
    

    改为

    var app = require('electron').app;
    

    b. 运行前务必将 conf.js 中配置参数修改,REPORT_URL: crash report 地址, APP_ONLINE: 网站地址, API_URL_MAC:MAC 自动更新地址, API_URL_WIN: WIN 自动更新地址 后面两个需要结合 auto-updater.js 中修改地址一起用

  • 打包

    OS X

    gulp build -p mac
    

    Windows

    gulp build -p win32 or gulp build -p win64
    
  • 制作安装包:

    OS X

    npm run installer:mac
    

    Windows

    npm run installer:win
    
  • 发布(打包+签名+压缩+安装包):

    OS X

    npm run release:mac
    

    Windows

    npm run release:win
    

sealtalk-desktop's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.