chore(build-server): add unix EOL to trilium.sh

This commit is contained in:
Panagiotis Papadopoulos 2025-04-10 23:22:52 +02:00
parent a92b040958
commit 22ac83f443

View File

@ -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