Skip to content

Commit 05f2b9e

Browse files
author
Stefan Post
committed
Add missing backslash
1 parent be9e805 commit 05f2b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-app-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rm -rf AutoRaise.app &&
3+
rm -rf AutoRaise.app && \
44
mkdir -p AutoRaise.app/Contents/MacOS && \
55
mkdir AutoRaise.app/Contents/Resources && \
66
cp AutoRaise AutoRaise.app/Contents/MacOS && \

0 commit comments

Comments
 (0)