From deb095451124d7d0254a0cf9212c6caffa04cbb3 Mon Sep 17 00:00:00 2001 From: kleuter Date: Thu, 27 May 2021 10:27:53 +0200 Subject: [PATCH] Update compile_mac_static.sh --- 5.15.2/compile_mac_static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.15.2/compile_mac_static.sh b/5.15.2/compile_mac_static.sh index 09a6cc9..da842f2 100644 --- a/5.15.2/compile_mac_static.sh +++ b/5.15.2/compile_mac_static.sh @@ -20,4 +20,4 @@ make -j 16 echo maki | sudo -S sudo make install cd /usr/local -zip -r ~/Desktop/qt5.15.2_mac.zip Qt-5.15.2-static/* \ No newline at end of file +zip -r ~/Desktop/qt5.15.2_mac_static.zip Qt-5.15.2-static/* \ No newline at end of file