mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-09 03:24:36 -04:00
fix: only package webpack folders in dist
This commit is contained in:
parent
aa3f36afd3
commit
337213cb6a
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ appId: edu.mit.scratch.scratch-desktop
|
||||||
productName: "Scratch 3"
|
productName: "Scratch 3"
|
||||||
publish: # empty provider list = don't publish
|
publish: # empty provider list = don't publish
|
||||||
files:
|
files:
|
||||||
- dist/**
|
- dist/main/
|
||||||
|
- dist/renderer/
|
||||||
- package.json
|
- package.json
|
||||||
extraResources: # copy the downloaded static assets to make sure they are available for the artifact
|
extraResources: # copy the downloaded static assets to make sure they are available for the artifact
|
||||||
- from: static/
|
- from: static/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue