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

Commit 5a8442f

Browse files
committed
build: Fix artifacts not generated due to name change
1 parent f07a660 commit 5a8442f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/build-linux-x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "Packaging linux x64 electron build"
3535
BUILD_DIR=./dist/trilium-linux-x64
3636
rm -rf "$BUILD_DIR"
3737

38-
mv "./dist/Trilium Notes-linux-x64" "$BUILD_DIR"
38+
mv "./dist/TriliumNext Notes-linux-x64" "$BUILD_DIR"
3939

4040
cp images/app-icons/png/128x128.png "$BUILD_DIR"/icon.png
4141
cp bin/tpl/anonymize-database.sql "$BUILD_DIR"/

bin/build-mac-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-arm64
2121
rm -rf $BUILD_DIR
2222

2323
# Mac build has by default useless directory level
24-
mv "./dist/Trilium Notes-darwin-arm64" $BUILD_DIR
24+
mv "./dist/TriliumNext Notes-darwin-arm64" $BUILD_DIR
2525

2626
cp bin/tpl/anonymize-database.sql $BUILD_DIR/
2727

bin/build-mac-x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-x64
2121
rm -rf $BUILD_DIR
2222

2323
# Mac build has by default useless directory level
24-
mv "./dist/Trilium Notes-darwin-x64" $BUILD_DIR
24+
mv "./dist/TriliumNext Notes-darwin-x64" $BUILD_DIR
2525

2626
cp bin/tpl/anonymize-database.sql $BUILD_DIR/
2727

bin/build-win-x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "Packaging windows x64 electron build"
2525
BUILD_DIR=./dist/trilium-windows-x64
2626
rm -rf $BUILD_DIR
2727

28-
mv "./dist/Trilium Notes-win32-x64" $BUILD_DIR
28+
mv "./dist/TriliumNext Notes-win32-x64" $BUILD_DIR
2929

3030
cp bin/tpl/anonymize-database.sql $BUILD_DIR/
3131

0 commit comments

Comments
 (0)