fix: change how libabries folder is copied to be compatible with windows builds

This commit is contained in:
Kaloyan Manolov 2025-04-28 16:14:03 +03:00
parent de384bae7a
commit 1fc99f9d13

View file

@ -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
},