Skip to content

Commit

Permalink
mommy fixed an oopsie in her build script~ 💛
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Jan 29, 2023
1 parent b9ef280 commit 4de66af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ rm -rf build/
rm -rf dist/

# Prepare build
cp -r src/main/sh/ build/
cp -r src/main/resources/ build/
mkdir build/
cp src/main/sh/mommy src/main/resources/mommy.1 build/
find build/ -type f -exec sed -i "s/%%VERSION_NUMBER%%/$version/g" {} \;

# Build packages
Expand Down

0 comments on commit 4de66af

Please sign in to comment.