Skip to content

Commit

Permalink
Change the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 2, 2024
1 parent 50b3426 commit a14c3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
echo "copy licenses"

mkdir $1/raw
echo "$1"
mkdir $1/raw -p

for file in _licenses/*.txt; do cp "$file" "$1/raw/$(basename "$file" .txt)"; done

0 comments on commit a14c3c8

Please sign in to comment.