aboutsummaryrefslogtreecommitdiff
path: root/net-im/deltachat-desktop/scripts/make_node_tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/deltachat-desktop/scripts/make_node_tarball.sh')
-rwxr-xr-xnet-im/deltachat-desktop/scripts/make_node_tarball.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/deltachat-desktop/scripts/make_node_tarball.sh b/net-im/deltachat-desktop/scripts/make_node_tarball.sh
index fc63cc4fb389..d964426d8c2d 100755
--- a/net-im/deltachat-desktop/scripts/make_node_tarball.sh
+++ b/net-im/deltachat-desktop/scripts/make_node_tarball.sh
@@ -58,6 +58,8 @@ rm -rf node_modules/.pnpm/*win32*
rm -rf node_modules/.pnpm/*android*
rm -rf node_modules/.pnpm/@tauri-apps*
rm -rf node_modules/.pnpm/app-builder*
+rm -rf node_modules/.pnpm/7zip-bin*
+find node_modules -type f -name '*.exe' -delete
# Remove duplicates which will make it harder to select the right path by
# globbing in Makefile during packaging