From 0346095876b180767fc3a59da39a4305110ea470 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 2 Dec 2022 00:26:13 +0000 Subject: [PATCH] fix incorrect syntax for .bat --- binary_installer/install.bat.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/binary_installer/install.bat.in b/binary_installer/install.bat.in index feba071f80..94d41db71a 100644 --- a/binary_installer/install.bat.in +++ b/binary_installer/install.bat.in @@ -22,9 +22,7 @@ set INSTALL_ENV_DIR=%cd%\installer_files\env @rem https://mamba.readthedocs.io/en/latest/installation.html set MICROMAMBA_DOWNLOAD_URL=https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe set RELEASE_URL=https://github.com/invoke-ai/InvokeAI -#set RELEASE_SOURCEBALL=/archive/refs/heads/main.tar.gz -# RELEASE_SOURCEBALL=/archive/refs/heads/test-installer.tar.gz -RELEASE_SOURCEBALL=/archive/refs/heads/development.tar.gz +set RELEASE_SOURCEBALL=/archive/refs/heads/main.tar.gz set PYTHON_BUILD_STANDALONE_URL=https://github.com/indygreg/python-build-standalone/releases/download set PYTHON_BUILD_STANDALONE=20221002/cpython-3.10.7+20221002-x86_64-pc-windows-msvc-shared-install_only.tar.gz