Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fix browser-build on linux and libchromium-* on windows
Browse files Browse the repository at this point in the history
Auditor: @bbondy
  • Loading branch information
darkdh committed Sep 14, 2016
1 parent b59db72 commit a007f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"cibuild-windows-ia32": "rm -Rf node_mdules && python ./script/cibuild --target_arch=ia32",
"test": "python ./script/test.py",
"browser-build": "npm run build && rsync -avz --delete out/D/Brave.app ../browser-laptop/node_modules/electron-prebuilt/dist/",
"browser-build-linux": "python ./script/build.py -c R && rsync -avz --delete out/R/ ../browser-laptop/node_modules/electron-prebuilt/dist/",
"browser-build-windows": "python ./script/build.py && xcopy .\\out\\R\\* ..\\browser-laptop\\node_modules\\electron-prebuilt\\dist\\ /Y /S /I /F /R",
"libchromium-build": "../libchromiumcontent/script/bootstrap && ../libchromiumcontent/script/update && ../libchromiumcontent/script/build && ../libchromiumcontent/script/create-dist --no_zip",
"libchromium-bootstrap": "./script/bootstrap.py -v --libcc_source_path ../libchromiumcontent/dist/main/src --libcc_shared_library_path ../libchromiumcontent/dist/main/shared_library --libcc_static_library_path ../libchromiumcontent/dist/main/static_library"
"libchromium-build": "python ../libchromiumcontent/script/bootstrap && python ../libchromiumcontent/script/update && python ../libchromiumcontent/script/build && python ../libchromiumcontent/script/create-dist --no_zip",
"libchromium-bootstrap": "python ./script/bootstrap.py -v --libcc_source_path ../libchromiumcontent/dist/main/src --libcc_shared_library_path ../libchromiumcontent/dist/main/shared_library --libcc_static_library_path ../libchromiumcontent/dist/main/static_library"
}
}

0 comments on commit a007f59

Please sign in to comment.