mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-05-17 08:11:23 -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"
|
||||
publish: # empty provider list = don't publish
|
||||
files:
|
||||
- dist/**
|
||||
- dist/main/
|
||||
- dist/renderer/
|
||||
- package.json
|
||||
extraResources: # copy the downloaded static assets to make sure they are available for the artifact
|
||||
- from: static/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue