From: Nishi Date: Wed, 9 Oct 2024 02:38:26 +0000 (+0000) Subject: use reisen instead of 7z sfx X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=7a39212b01b17372decfdf18e0e574a7c05a49cb;p=tewi.git use reisen instead of 7z sfx git-svn-id: file:///raid/svn-personal/tewi/trunk@283 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index b907a5b..f27ea3c 100644 --- a/Koakumafile +++ b/Koakumafile @@ -78,7 +78,7 @@ proc run {project_name} { foreach filen [glob Module/*.dll] { RunCommand "cp $filen workdir/modules/" } - RunCommand "reisen Tewi\ HTTPd @reisen.conf tewidist.exe" + RunCommand "reisen Tewi\\ HTTPd @reisen.conf tewidist.exe" RunCommand "rm -rf workdir" RunCommand "doas mkdir -p /raid/f/g/tewi/$dirname" RunCommand "doas cp tewidist.exe /raid/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"