Skip to content

Commit

Permalink
Recompile for macOS 10.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Apr 7, 2018
1 parent 35aceab commit 4b58599
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.6.0
VERSION=3.6.1
# macOS High Sierra (10.13)
OsVersion=$(shell python2 -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 4b58599

Please sign in to comment.