We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e9fd0 commit 3a32a7fCopy full SHA for 3a32a7f
Makefile
@@ -3,6 +3,9 @@
3
build-mewn:
4
@go build -o build/mewn cmd/mewn/main.go
5
6
+build-dmg:
7
+ create-dmg ./build/Production/Notorious.app
8
+
9
build:
10
@rm -Rf ./build/Production/Notorious.app/
11
@mkdir -p ./build/Production/Notorious.app/Contents/MacOS
0 commit comments