Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 02:40:35 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 02:40:35 +0300
commit7a8db49a23289cfe9b48519c7b3981497da8b8a9 (patch)
treefecd48218ebd5318017193bf28183861420468d4 /Makefile
parent18645045620d1d016f92c1f07c6655a41f8b7218 (diff)
new version Thu Feb 22 18:40:35 EST 2018
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a1530dec..ab8a7bfb3 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ build:
mv README.md-nobuild ../README.md
@echo "Generating zip file"
- cd assets && mv fork-awesome fork-awesome-1.0.3 && zip -r9 fork-awesome-1.0.3.zip fork-awesome-1.0.3 && mv fork-awesome-1.0.3 fork-awesome
+ cd assets && mv fork-awesome fork-awesome-1.0.4 && zip -r9 fork-awesome-1.0.4.zip fork-awesome-1.0.4 && mv fork-awesome-1.0.4 fork-awesome
# TODO: figure out why this was here and remove it if unused. It blocked running local less version
# find .. -type f ! -perm 644 -exec chmod 644 {} \;