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

Commit 1807b7e

Browse files
committed
Merge pull request #320 from adobe/jasonsanjose/fix-cef-linux32
remove hardcoded linux32 cef download
2 parents 0ad4b55 + 509dfcf commit 1807b7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ module.exports = function (grunt) {
4343
"config-json": staging + "/www/config.json",
4444
"curl-dir": {
4545
/* linux */
46-
/* FIXME (jasonsanjose) no 32-bit 3.1547.1354, revert to cef.version variable for the next CEF upgrade */
4746
"cef-linux32": {
4847
"dest" : "downloads/",
49-
"src" : "http://dev.brackets.io/cef/cef_binary_3.1547.1357_linux32_release.zip"
48+
"src" : "http://dev.brackets.io/cef/cef_binary_<%= cef.version %>_linux32_release.zip"
5049
},
5150
"cef-linux64": {
5251
"dest" : "downloads/",

0 commit comments

Comments
 (0)