Skip to content

Commit 37195f3

Browse files
committed
small attempt to fix installer
1 parent 6daf9e6 commit 37195f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows10_after_conda_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
conda install -c conda-forge git -y && ^
22
conda install -c conda-forge dials -y && ^
33
conda install -c conda-forge pyside2 -y && ^
4-
git clone https://github.com/ccp4/DUI2.git
4+
git clone https://github.com/ccp4/DUI2.git && ^
55
set ini_dir=%cd%
66
set full_sting=python %ini_dir%\src\all_local.py windows_exe=true
77
echo %full_sting% > dui_all_local.bat

0 commit comments

Comments
 (0)