Add ELECTRON_REPO example

This commit is contained in:
Kevin Sawicki 2016-05-27 14:06:40 -07:00
parent 82bc98ec3c
commit ba6c8b531f

View file

@ -166,7 +166,7 @@ we appreciate your help.
* `SURF_TEMP` - set to `C:\Temp` on Windows to prevent path too long issues * `SURF_TEMP` - set to `C:\Temp` on Windows to prevent path too long issues
* `TARGET_ARCH` - set to `ia32` or `x64` * `TARGET_ARCH` - set to `ia32` or `x64`
4. In `script/upload.py`, you _must_ set `ELECTRON_REPO` to your fork, 4. In `script/upload.py`, you _must_ set `ELECTRON_REPO` to your fork (`MYORG/electron`),
especially if you are a contributor to Electron proper. especially if you are a contributor to Electron proper.
5. `surf-build -r https://github.com/MYORG/electron -s YOUR_COMMIT -n 'surf-PLATFORM-ARCH'` 5. `surf-build -r https://github.com/MYORG/electron -s YOUR_COMMIT -n 'surf-PLATFORM-ARCH'`