mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-16 15:53:03 -04:00
fix: change how libabries folder is copied to be compatible with windows builds
This commit is contained in:
parent
de384bae7a
commit
1fc99f9d13
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module.exports = makeConfig(
|
|||
context: getModulePath('@scratch/scratch-gui')
|
||||
},
|
||||
{
|
||||
from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries', '*.json'),
|
||||
from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries'),
|
||||
to: 'static/libraries',
|
||||
flatten: true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue