Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 17:04:28 +0200
1 files changed,
4 insertions(+),
9 deletions(-)
jump to
M
hastyscribe.nimble
→
hastyscribe.nimble
@@ -18,21 +18,16 @@ description = pkgDescription
license = "MIT" bin = @["hastyscribe"] srcDir = "src" -installExt = @["nim", "json", "a"] +installExt = @["nim", "json", "a", "css", "png", "svg", "woff", "c", "h", "in"] requires "nim >= 0.19.0" before install: exec "nifty install" + installDirs.add "packages" -after install: - exec "nifty install" - -before remove: - exec "nifty -f purge" - -before uninstall: - exec "nifty -f purge" +#before uninstall: +# exec "nifty -f purge" # Tasks