mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
12 lines
396 B
Diff
12 lines
396 B
Diff
workarounding https://codeberg.org/selfisekai/electron_tasje/issues/13
|
|
--- a/packages/insomnia/electron-builder.config.js
|
|
+++ b/packages/insomnia/electron-builder.config.js
|
|
@@ -20,7 +20,7 @@
|
|
{
|
|
from: './build',
|
|
to: '.',
|
|
- filter: ['**/*', '!opensource-licenses.txt'],
|
|
+ filter: ['**/*', '!*.{ts,map}', '!opensource-licenses.txt'],
|
|
},
|
|
'./package.json',
|
|
],
|