Skip to content

Commit 85e52b1

Browse files
authored
chore: update electron-quick-start references (#1805)
1 parent 2552743 commit 85e52b1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/canary.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
1616
with:
17-
repository: electron/electron-quick-start
17+
repository: electron/minimal-repro
1818
ref: refs/heads/main
19-
path: electron-quick-start
19+
path: minimal-repro
2020
- name: Setup Node.js
2121
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag: v4.4.0
2222
with:
2323
node-version: lts/*
2424
- name: Replace electron with electron-nightly
2525
run: |
26-
cd electron-quick-start
26+
cd minimal-repro
2727
npm uninstall --save-dev electron
2828
npm install --save-dev electron-nightly@latest
2929
shell: bash
3030
- name: Install Electron Packager
3131
run: |
32-
cd electron-quick-start
32+
cd minimal-repro
3333
npm install --save-dev @electron/packager@electron/packager
3434
shell: bash
3535
- name: Package
3636
run: |
37-
cd electron-quick-start
37+
cd minimal-repro
3838
if [ "${{ matrix.os }}" == "macOS-latest" ]; then
3939
node_modules/.bin/electron-packager . --arch=universal
4040
else

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Examples include `--ignore=\.gitignore` or `--ignore="\.git(ignore|modules)"`.
118118

119119
#### Example
120120

121-
Let's assume that you have made an app based on the [electron-quick-start](https://github.com/electron/electron-quick-start) repository on a macOS host platform with the following file structure:
121+
Let's assume that you have made an app based on the [minimal-repro](https://github.com/electron/minimal-repro) repository on a macOS host platform with the following file structure:
122122

123123
```
124124
foobar

0 commit comments

Comments
 (0)