From 6b24dea49b35182d4c1156de9845d02dcee8c351 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Wed, 18 Dec 2024 15:22:29 +0100 Subject: [PATCH] .uppbox: MakeInstall7 fixed issue with version --- uppbox/MakeInstall7/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/MakeInstall7/Main.cpp b/uppbox/MakeInstall7/Main.cpp index e99ce76c9..6076be01d 100644 --- a/uppbox/MakeInstall7/Main.cpp +++ b/uppbox/MakeInstall7/Main.cpp @@ -86,7 +86,7 @@ int FilterVersion(int c) { return c == ':' ? '_' : c; } void Make(String pkg, String exe) { - Syx("wine " + home + "/upp.win32/umk.exe u:/upp.src/uppsrc " + pkg + " u:/upp.src/uppbox/MakeInstall7/CLANGx64.bm" + " -arv " + Syx("wine " + home + "/upp.win32/umk.exe u:/upp.tmp/upp/uppsrc " + pkg + " u:/upp.src/uppbox/MakeInstall7/CLANGx64.bm" + " -arv " + "u:/upp.tmp/upp/" + exe); FileDelete(upptmp + "/" + ForceExt(exe, ".map")); }