Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
burbilog committed Oct 25, 2018
1 parent 3e5ac69 commit bc2bd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc2bd59

Please sign in to comment.