Update litestore.nimble
Luke infinitybeond1@protonmail.com
Wed, 28 Sep 2022 21:13:10 -0500
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
litestore.nimble
→
litestore.nimble
@@ -1,7 +1,7 @@
import strutils -from os import parentDir, `/` +import os template thisModuleFile: string = instantiationInfo(fullPaths = true).filename@@ -61,7 +61,7 @@ echo "Generating Guide..."
shell "./build_guide" echo "Preparing Data Store preloaded with Admin App..." cd "src" - if db.existsFile: + if db.fileExists(): db.rmFile shell "litestore -d:admin import" echo "\n\n\n WINDOWS - x64:\n\n"