Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Revert "Update Gruntfile.js"
Browse files Browse the repository at this point in the history
This reverts commit 1e5d702.
  • Loading branch information
nethip committed Dec 7, 2017
1 parent 1e5d702 commit 908ed15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -38,7 +38,7 @@ module.exports = function (grunt) {
}

if (platform === "linux") {
cef_version = "3.2704.1434";
cef_version = "3.2704.1414";
}

grunt.initConfig({
Expand Down Expand Up @@ -333,4 +333,4 @@ module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-curl");

grunt.registerTask("default", ["setup", "build"]);
};
};

0 comments on commit 908ed15

Please sign in to comment.