Skip to content

Commit

Permalink
chore: Change release file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Apr 25, 2023
1 parent 2dfd190 commit b8ded8c
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 @@ -18,5 +18,5 @@ mkdir -p ./output
if (( $(stat -c%s *.iso) > 199999999 )); then
mv *.iso ./output/
else
split -b 2000M -x ./*.iso ./output/t2linux-fedora-workstation-37.iso.
split -b 2000M -x ./*.iso ./output/Fedora-Workstation-T2Linux-Live-x86_64-37-1.7.iso.
fi

0 comments on commit b8ded8c

Please sign in to comment.