mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	build: Fix artifacts not generated due to name change
This commit is contained in:
		| @@ -35,7 +35,7 @@ echo "Packaging linux x64 electron build" | |||||||
| BUILD_DIR=./dist/trilium-linux-x64 | BUILD_DIR=./dist/trilium-linux-x64 | ||||||
| rm -rf "$BUILD_DIR" | rm -rf "$BUILD_DIR" | ||||||
|  |  | ||||||
| mv "./dist/Trilium Notes-linux-x64" "$BUILD_DIR" | mv "./dist/TriliumNext Notes-linux-x64" "$BUILD_DIR" | ||||||
|  |  | ||||||
| cp images/app-icons/png/128x128.png "$BUILD_DIR"/icon.png | cp images/app-icons/png/128x128.png "$BUILD_DIR"/icon.png | ||||||
| cp bin/tpl/anonymize-database.sql "$BUILD_DIR"/ | cp bin/tpl/anonymize-database.sql "$BUILD_DIR"/ | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-arm64 | |||||||
| rm -rf $BUILD_DIR | rm -rf $BUILD_DIR | ||||||
|  |  | ||||||
| # Mac build has by default useless directory level | # Mac build has by default useless directory level | ||||||
| mv "./dist/Trilium Notes-darwin-arm64" $BUILD_DIR | mv "./dist/TriliumNext Notes-darwin-arm64" $BUILD_DIR | ||||||
|  |  | ||||||
| cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ BUILD_DIR=./dist/trilium-mac-x64 | |||||||
| rm -rf $BUILD_DIR | rm -rf $BUILD_DIR | ||||||
|  |  | ||||||
| # Mac build has by default useless directory level | # Mac build has by default useless directory level | ||||||
| mv "./dist/Trilium Notes-darwin-x64" $BUILD_DIR | mv "./dist/TriliumNext Notes-darwin-x64" $BUILD_DIR | ||||||
|  |  | ||||||
| cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ echo "Packaging windows x64 electron build" | |||||||
| BUILD_DIR=./dist/trilium-windows-x64 | BUILD_DIR=./dist/trilium-windows-x64 | ||||||
| rm -rf $BUILD_DIR | rm -rf $BUILD_DIR | ||||||
|  |  | ||||||
| mv "./dist/Trilium Notes-win32-x64" $BUILD_DIR | mv "./dist/TriliumNext Notes-win32-x64" $BUILD_DIR | ||||||
|  |  | ||||||
| cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | cp bin/tpl/anonymize-database.sql $BUILD_DIR/ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user