Skip to content

Commit

Permalink
Fixed make script
Browse files Browse the repository at this point in the history
  • Loading branch information
JiayuanWen committed Dec 20, 2023
1 parent b2cdd70 commit 7b8f9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ cp ./theme.conf $COMDIR;
echo -e "Copying theme config... Done"

echo -ne "Copying preview image... \r"
cp ./Preview.png $COMDIR;
mkdir $COMDIR/previews/
cp ./previews/Preview.png $COMDIR/previews/;
echo -e "Copying preview image... Done"

echo -ne "Copying sddm test script... \r"
Expand Down

0 comments on commit 7b8f9b0

Please # to comment.