Skip to content

Commit

Permalink
build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iznaut committed Nov 1, 2024
1 parent ae20cdd commit 92e5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for file in $BRIDGE_PATH/src/twine/*.twee; do
if [ -f "$file" ]; then
FILENAME=$(basename ${file})
FILENAME_NOEX=${FILENAME%.*}
./tweego -o $BRIDGE_PATH/$FILENAME_NOEX.html $file
tweego -o $BRIDGE_PATH/$FILENAME_NOEX.html $file
cat $BRIDGE_PATH/src/bridge-common.html >> $BRIDGE_PATH/$FILENAME_NOEX.html
fi
done

0 comments on commit 92e5213

Please sign in to comment.