Skip to content

Commit

Permalink
Minor fixes for macOS Sierra 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Dec 26, 2016
1 parent d126e03 commit 861c91b
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
@@ -1,5 +1,5 @@
NAME=ETVComskip
VERSION=3.5.3
VERSION=3.5.4
# macOS Sierra (10.12)
OsVersion=$(shell python -c 'import platform,sys;x=platform.mac_ver()[0].split(".");sys.stdout.write("%s.%s" % (x[0],x[1]))')
IMGNAME=${NAME}-${VERSION}-${OsVersion}
Expand Down

0 comments on commit 861c91b

Please sign in to comment.