Skip to content

Commit 62b3faa

Browse files
committed
build: kill Finicky process after new build
1 parent b81e784 commit 62b3faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ if [ -z "$BUILD_TARGET_ARCH" ]; then
7171
cp -r apps/finicky/build/Finicky.app /Applications/
7272
fi
7373

74-
echo "Build complete ✨"
74+
echo "Build complete ✨"
75+
killall Finicky

0 commit comments

Comments
 (0)