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

Commit 908ed15

Browse files
committed
Revert "Update Gruntfile.js"
This reverts commit 1e5d702.
1 parent 1e5d702 commit 908ed15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function (grunt) {
3838
}
3939

4040
if (platform === "linux") {
41-
cef_version = "3.2704.1434";
41+
cef_version = "3.2704.1414";
4242
}
4343

4444
grunt.initConfig({
@@ -333,4 +333,4 @@ module.exports = function (grunt) {
333333
grunt.loadNpmTasks("grunt-curl");
334334

335335
grunt.registerTask("default", ["setup", "build"]);
336-
};
336+
};

0 commit comments

Comments
 (0)