This commit is contained in:
GitSquared 2017-10-12 19:48:36 +02:00
parent 8d9df11773
commit 49ae61e131
No known key found for this signature in database
GPG Key ID: CD90D37C8F2993E8
3 changed files with 3 additions and 4 deletions

View File

@ -44,8 +44,7 @@
"owner": "GitSquared",
"vPrefixedTagName": true,
"host": "github.com",
"protocol": "https",
"token": "c0a67cc4bbec5f84aa40ead4817215bcab21dae3"
"protocol": "https"
},
"linux": {
"target": [

View File

@ -16,7 +16,7 @@ let writeMinified = (path, data) => {
console.log("");
console.log("");
throw err;
};
}
console.log(path+" - ✓");
});
};

View File

@ -1,5 +1,5 @@
const Application = require("spectron").Application;
const asset = require("assert");
const assert = require("assert");
describe('application launch', function () {