fix linting for fenced codeblocks only (see electron/electronjs.org#868)
This commit is contained in:
parent
2441d51093
commit
435e027dc3
17 changed files with 79 additions and 65 deletions
|
@ -80,7 +80,7 @@ file's name.
|
|||
|
||||
The structure of a renamed app would be like:
|
||||
|
||||
```
|
||||
```text
|
||||
MyApp.app/Contents
|
||||
├── Info.plist
|
||||
├── MacOS/
|
||||
|
@ -140,7 +140,7 @@ we appreciate your help.
|
|||
|
||||
2. Create a new S3 bucket and create the following empty directory structure:
|
||||
|
||||
```
|
||||
```sh
|
||||
- atom-shell/
|
||||
- symbols/
|
||||
- dist/
|
||||
|
@ -157,7 +157,7 @@ we appreciate your help.
|
|||
* `CI` - Set to `true` or else it will fail
|
||||
* `GITHUB_TOKEN` - set it to the same as `ELECTRON_GITHUB_TOKEN`
|
||||
* `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 (`MYORG/electron`),
|
||||
especially if you are a contributor to Electron proper.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue