Skip to content

Commit

Permalink
22.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 30, 2023
1 parent a35a42b commit 24ff4f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions OPT/targets.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
umask 022 &&
export EDITOR=nano &&
export VISUAL=nano &&

export NINJA_SUMMARIZE_BUILD=1 &&

export DEPOT_TOOLS_UPDATE=0 &&

export CHROMIUM_BUILDTOOLS_PATH=`pwd`/buildtools &&

gn gen out/Release --args="import(\"//electron/build/args/args.gn\")"

gn gen out/Release --args="import(\"//electron/build/args/win_args.gn\")"

autoninja -C out/Release electron electron_chromedriver electron_mksnapshot v8_context_snapshot_generator electron_dist_zip electron_chromedriver_zip electron_ffmpeg_zip electron_mksnapshot_zip
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "0.0.0-development",
"version": "22.3.7",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit 24ff4f8

Please sign in to comment.