We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9e805 commit 05f2b9eCopy full SHA for 05f2b9e
create-app-bundle.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-rm -rf AutoRaise.app &&
+rm -rf AutoRaise.app && \
4
mkdir -p AutoRaise.app/Contents/MacOS && \
5
mkdir AutoRaise.app/Contents/Resources && \
6
cp AutoRaise AutoRaise.app/Contents/MacOS && \
0 commit comments