From d7bf86536626b985b1529c3a0352ef77b12172bc Mon Sep 17 00:00:00 2001 From: Zhuo Lu Date: Sun, 21 May 2017 20:17:31 +0800 Subject: [PATCH] Support Electron v1.6.8 --- README.md | 4 ++-- test/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf62425..f63c8d5 100644 --- a/README.md +++ b/README.md @@ -408,9 +408,9 @@ ok 21 app signed ok 22 app signed # defaults-test:v1.4.15-mas-x64 ok 23 app signed -# defaults-test:v1.6.2-darwin-x64 +# defaults-test:v1.6.8-darwin-x64 ok 24 app signed -# defaults-test:v1.6.2-mas-x64 +# defaults-test:v1.6.8-mas-x64 ok 25 app signed # teardown diff --git a/test/config.json b/test/config.json index 8ab6c58..8dbdb74 100644 --- a/test/config.json +++ b/test/config.json @@ -16,6 +16,6 @@ "1.2.8", "1.3.7", "1.4.15", - "1.6.2" + "1.6.8" ] }