mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(build-server): add unix EOL to trilium.sh
This commit is contained in:
		| @@ -52,7 +52,7 @@ rm -r $BUILD_DIR/node/lib/node_modules/{npm,corepack} \ | |||||||
|     $BUILD_DIR/node_modules/electron* \ |     $BUILD_DIR/node_modules/electron* \ | ||||||
|     $BUILD_DIR/electron*.{js,map} |     $BUILD_DIR/electron*.{js,map} | ||||||
|  |  | ||||||
| printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh | printf "#!/bin/sh\n./node/bin/node src/main\n" > $BUILD_DIR/trilium.sh | ||||||
| chmod 755 $BUILD_DIR/trilium.sh | chmod 755 $BUILD_DIR/trilium.sh | ||||||
|  |  | ||||||
| # TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium | # TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user