Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit faa9ebe

Browse files
committed
build: Remove unnecessary rm
1 parent 26efa92 commit faa9ebe

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bin/build-mac-arm64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ VERSION=`jq -r ".version" package.json`
3434

3535
cd dist
3636

37-
rm trilium-mac-arm64-${VERSION}.zip
3837
zip -r9 --symlinks trilium-mac-arm64-${VERSION}.zip trilium-mac-arm64

bin/build-mac-x64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ VERSION=`jq -r ".version" package.json`
3434

3535
cd dist
3636

37-
rm trilium-mac-x64-${VERSION}.zip
3837
zip -r9 --symlinks trilium-mac-x64-${VERSION}.zip trilium-mac-x64

bin/build-server.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rm -r $PKG_DIR/node/lib/node_modules/npm
2222
rm -r $PKG_DIR/node/include/node
2323

2424
rm -r $PKG_DIR/node_modules/electron*
25-
rm -r $PKG_DIR/webpack*
2625
rm -r $PKG_DIR/electron.js
2726

2827
cp -r bin/better-sqlite3/linux-server-better_sqlite3.node $PKG_DIR/node_modules/better-sqlite3/build/Release/better_sqlite3.node

0 commit comments

Comments
 (0)