Skip to content

Commit 06874c8

Browse files
committed
Change build to result in much smaller build artifact.
1 parent 746c869 commit 06874c8

21 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
all:
22
rm -f build/alfred-confluence.alfred3workflow
33
mkdir -p build
4-
zip -qR build/alfred-confluence.alfred3workflow "*"
4+
cd src && zip -qR alfred-confluence.alfred3workflow "*"
5+
mv src/alfred-confluence.alfred3workflow build
56

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

icon.png renamed to src/icon.png

File renamed without changes.

0 commit comments

Comments
 (0)