# HG changeset patch # User Sam # Date 1674027878 -25200 # Node ID dec40cc6df6f75401ffd70042f1de23380f634d8 # Parent f83f59d6f8890f6efe9088fb9ba3bb5958bca55b fix: typo diff -r f83f59d6f889 -r dec40cc6df6f config.nims --- a/config.nims Wed Jan 18 14:43:07 2023 +0700 +++ b/config.nims Wed Jan 18 14:44:38 2023 +0700 @@ -102,7 +102,7 @@ exec(&"rm -rf {BUILDBASE}") task publish, "publish all build": - exec("rsync -rv build/ basx.dev:/var/www/public.basx.dev/semcongine") + exec("rsync -rv build/ basx.dev:/var/www/public.basx.dev/semicongine") task glslangValidator, "Download glslangValidator (required for linux compilation)": let dirname="/tmp/glslang_download"