We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0bf07 commit f3e3312Copy full SHA for f3e3312
OpenImageIO.bat
@@ -2,7 +2,7 @@
2
3
SET OIIO_FOLDER=%~dp0
4
5
-SET ADD_PATH=%OIIO_FOLDER%bin\
+SET ADD_PATH=%OIIO_FOLDER%;%OIIO_FOLDER%bin\
6
7
IF EXIST "%OIIO_FOLDER%bin\python\" (
8
SET ADD_PATH=%ADD_PATH%;%OIIO_FOLDER%bin\python\
oiio_install_x64-win.bat
@@ -14,7 +14,7 @@ echo.
14
:start
15
16
REM Create "oiio" directory if it doesn't exist and navigate into it
17
-if not exist %INSTALL_NAME% goto:start
+if not exist %INSTALL_NAME% goto:installStart
18
19
:loopStart
20
echo Directory %INSTALL_NAME% exists. Proceeding will delete it.
0 commit comments