From 9295b165f75a3cf55a202cb901bb7a2f3672b779 Mon Sep 17 00:00:00 2001 From: yige Date: Tue, 10 Sep 2019 22:51:56 +0800 Subject: [PATCH] for certum --- .gitignore | 4 +++- README.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e96bb3..f320f93 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ npm-debug.log .Spotlight-V100 .Trashes -yarn-error.log \ No newline at end of file +yarn-error.log + +.vscode diff --git a/README.md b/README.md index 4773709..c473559 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Electron build and auto update service, application distribution. Making applica A git repository corresponds to an electron app and an distributed system. -Electron Distribution server-side work in 64 bit Linux OS (required) and MacOS (optional), and build for x64 platfrom, other platfrom need to modify the code (It is easy). +Electron Distribution server-side work in 64 bit Linux OS (required) and MacOS (optional), and build for x64 platform, other platform need to modify the code (It is easy). ## Quick Setup Guide @@ -174,3 +174,7 @@ Run the `ssh macName@macIp` in the linux server at least once . Run the `ssh linux@linuxIp` in the mac server at least once. Install `rsync` and enable sshd in your Linux Server. + +## Author + +Yi Wang a@wyr.me