From c84e53c0ab82efaf81ff017dc387d2b060709434 Mon Sep 17 00:00:00 2001 From: lehtonen Date: Mon, 22 Dec 2014 12:23:13 +0000 Subject: [PATCH] Use 7z.sfx, not 7zCon.sfx for creating the self-extracting 7z file. refs #5399 git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@30723 ac1ea38d-2e2b-0410-8846-a27921b304fc --- installer/7z/make-sfx.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/7z/make-sfx.bat b/installer/7z/make-sfx.bat index 167b2ead..253fb80f 100644 --- a/installer/7z/make-sfx.bat +++ b/installer/7z/make-sfx.bat @@ -9,6 +9,6 @@ echo Unzipping %1 "%ZIP%" x -otmp "%1" > nul cd tmp echo Creating self-extracting 7z archive %EXE% -"%ZIP%" a -sfx -bd "..\%EXE%" * > nul +"%ZIP%" a -sfx7z.sfx -bd "..\%EXE%" * > nul cd .. rd /s/q tmp \ No newline at end of file -- 2.47.1