Skip to content

Commit 6e53c0a

Browse files
committed
Fixed minor error in nakefile.
1 parent 9ba4410 commit 6e53c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nakefile.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task "release", "Release HastyScribe":
4040
direshell zip, filename_for("linux", "arm"), hs
4141
direshell "rm", hs
4242
echo "\n\n\n MAC OS X - x86:\n\n"
43-
runTask "macosx-build"
43+
runTask "macosx-x86-build"
4444
direshell zip, filename_for("macosx", "x86"), hs
4545
direshell "rm", hs
4646
echo "\n\n\n ALL DONE!"

0 commit comments

Comments
 (0)