Skip to content

Commit fe29051

Browse files
committed
Makefile: Use .gitattributes instead of jqing manifest.json in bash
1 parent 1a6481e commit fe29051

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.git* export-ignore
2+
/Makefile export-ignore
3+
/README.* export-ignore
4+
/greasemonkey.user.js export-ignore

.scripts/zip.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: zip
22
zip:
3-
.scripts/zip.sh
3+
git archive -o strava-map-switcher-$(shell git describe).zip @
44

55
.PHONY: release
66
release:

0 commit comments

Comments
 (0)