From: Nishi Date: Wed, 9 Oct 2024 02:37:53 +0000 (+0000) Subject: use reisen instead of 7z sfx X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=8a7b9cfa952b47950feaa82a7cd203c29aa4189d;p=tewi.git use reisen instead of 7z sfx git-svn-id: file:///raid/svn-personal/tewi/trunk@282 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index cd82842..b907a5b 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"