Skip to content

Commit

Permalink
Update GN to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 27, 2023
1 parent 95aa49f commit 880b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_gn.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('path')
const extract = require('extract-zip')
const {pipeline} = require('stream/promises');

const gnVersion = 'v0.9.8'
const gnVersion = 'v0.10.0'
const url = `https://github.com/yue/build-gn/releases/download/${gnVersion}/gn_${gnVersion}_${hostOs}_x64.zip`

const gnDir = path.resolve('third_party', 'gn')
Expand Down

0 comments on commit 880b33b

Please sign in to comment.