This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ echo "Packaging linux x64 electron build"
35
35
BUILD_DIR=./dist/trilium-linux-x64
36
36
rm -rf " $BUILD_DIR "
37
37
38
- mv " ./dist/Trilium Notes-linux-x64" " $BUILD_DIR "
38
+ mv " ./dist/TriliumNext Notes-linux-x64" " $BUILD_DIR "
39
39
40
40
cp images/app-icons/png/128x128.png " $BUILD_DIR " /icon.png
41
41
cp bin/tpl/anonymize-database.sql " $BUILD_DIR " /
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-arm64
21
21
rm -rf $BUILD_DIR
22
22
23
23
# 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
25
25
26
26
cp bin/tpl/anonymize-database.sql $BUILD_DIR /
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-x64
21
21
rm -rf $BUILD_DIR
22
22
23
23
# 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
25
25
26
26
cp bin/tpl/anonymize-database.sql $BUILD_DIR /
27
27
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ echo "Packaging windows x64 electron build"
25
25
BUILD_DIR=./dist/trilium-windows-x64
26
26
rm -rf $BUILD_DIR
27
27
28
- mv " ./dist/Trilium Notes-win32-x64" $BUILD_DIR
28
+ mv " ./dist/TriliumNext Notes-win32-x64" $BUILD_DIR
29
29
30
30
cp bin/tpl/anonymize-database.sql $BUILD_DIR /
31
31
You can’t perform that action at this time.
0 commit comments