From: Nishi <nishi@nishi.boats>
Date: Thu, 3 Oct 2024 04:29:44 +0000 (+0000)
Subject: update koakumafile
X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=674cb0f47230e2be3b41cd2954840e4ae74d5f4f;p=tewi.git

update koakumafile

git-svn-id: file:///raid/svn-personal/tewi/trunk@230 8739d7e6-ffea-ec47-b151-bdff447c6205
---

diff --git a/Koakumafile b/Koakumafile
index 779db1f..449f56f 100644
--- a/Koakumafile
+++ b/Koakumafile
@@ -29,7 +29,7 @@ proc run {project_name} {
 	exec ./Tool/itworks > workdir/www/index.html
 	exec ./Tool/genconf C:/Tewi modules dll > workdir/etc/tewi.conf
 	RunCommand "cp Binary/pbtewi.gif workdir/www/"
-	RunCommand "cp Modules/*.dll workdir/modules/"
+	RunCommand "cp Module/*.dll workdir/modules/"
 	cd workdir
 	RunCommand "7z a ../archive.7z *"
 	cd ..