Skip to content

Commit 6ec64ec

Browse files
committed
fix commit conflict markers
1 parent 540315e commit 6ec64ec

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

binary_installer/install.bat.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ set err_msg=----- InvokeAI setup failed -----
140140
.venv\Scripts\python -m pip install %no_cache_dir% --no-warn-script-location -e .
141141
if %errorlevel% neq 0 goto err_exit
142142

143-
<<<<<<< HEAD:binary_installer/install.bat
144-
copy binary_installer\invoke.bat .\invoke.bat
145-
=======
146-
copy installer\invoke.bat.in .\invoke.bat
147-
>>>>>>> main:binary_installer/install.bat.in
143+
copy binary_installer\invoke.bat.in .\invoke.bat
148144
echo ***** Installed invoke launcher script ******
149145

150146
@rem more cleanup

binary_installer/install.sh.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,8 @@ _err_exit $? _err_msg
213213

214214
echo -e "\n***** Installed InvokeAI *****\n"
215215

216-
<<<<<<< HEAD:binary_installer/install.sh
217-
cp binary_installer/invoke.sh .
218-
=======
219-
cp installer/invoke.sh.in ./invoke.sh
216+
cp binary_installer/invoke.sh.in ./invoke.sh
220217
chmod a+x ./invoke.sh
221-
>>>>>>> main:binary_installer/install.sh.in
222218
echo -e "\n***** Installed invoke launcher script ******\n"
223219

224220
# more cleanup

0 commit comments

Comments
 (0)