From 8e107ce920bf1dcf1a97037c75732b77b6c18ffb Mon Sep 17 00:00:00 2001 From: Elena Krismer <70535771+elena-krismer@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:22:00 +0200 Subject: [PATCH] bin openssl version --- release/one_click_windows_gui/create_installer_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index 98839aaa..53c8afc0 100644 --- a/release/one_click_windows_gui/create_installer_windows.sh +++ b/release/one_click_windows_gui/create_installer_windows.sh @@ -8,7 +8,7 @@ rm -rf dist rm -rf build # Creating a conda environment -conda create -n alphapeptstats_installer python=3.10 -y +conda create -n alphapeptstats_installer python=3.10 openssl=1.1.1 -y conda activate alphapeptstats_installer # Creating the wheel