From bc2bd598588db82fb24369edaea9fb9a0b06bd62 Mon Sep 17 00:00:00 2001 From: "Roman V. Isaev" Date: Thu, 25 Oct 2018 15:24:20 +0300 Subject: [PATCH] Fixed version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8946a17..0c5e3b4 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ build32: wine pyinstaller --onefile scrapbook2zotero.py zip32: - cd dist && zip scrapbook2zotero-v$(shell git describe --abbrev=4 --dirty --always --tags).zip scrapbook2zotero.exe + cd dist && zip scrapbook2zotero-$(shell git describe --abbrev=4 --dirty --always --tags).zip scrapbook2zotero.exe # Run this if you are sure that scrapbook2zotero output is correct