chore: update electron-quick-start references#1714
Conversation
There was a problem hiding this comment.
These mocks are unused to my knowledge
src/main/content.ts
Outdated
| const TEMPLATES_DIR = path.join(app.getPath('userData'), 'Templates'); | ||
|
|
||
| // location of the fallback template fiddle used iff downloading failed | ||
| // location of the fallback template fiddle used if downloading failed |
|
@yangannyx, I think this PR might be missing a commit? I don't see any actual changes to the |
|
@yangannyx, Is this PR still ongoing? If it is, it might be better to mark it as a Draft. |
|
Hey @dsanders11 , @BlackHole1 apologies for the late reply. This PR is complete, it removes the |
This PR updates references to
electron-quick-startto the renamed repominimal-repro.Fiddle currently uses
electron-quick-startin the folder names of its template caching logic. I decided not to change this logic since it's internal to how fiddle operates and not something general electron consumers will be exposed to