From b10abd3c5cf7352f37489df5fb20d2d8c03536a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 14 Dec 2021 15:30:23 +0800 Subject: change bin --- test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.lua') diff --git a/test.lua b/test.lua index 21d10c5d..81a7fe57 100644 --- a/test.lua +++ b/test.lua @@ -2,7 +2,7 @@ package.path = package.path .. ';./test/?.lua' .. ';./test/?/init.lua' local fs = require 'bee.filesystem' -local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string() +local rootPath = fs.exe_path():parent_path():parent_path():string() ROOT = fs.path(rootPath) TEST = true DEVELOP = true -- cgit v1.2.3