1
0
Fork 0

Working on windows version

This commit is contained in:
retropikzel 2025-12-24 12:46:52 +02:00
parent 26733d7bc5
commit f983214810
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ copy libs\implementations.sld "%ProgramFiles%\compile-scheme\libs\" > nul
copy libs\library-util.sld "%ProgramFiles%\compile-scheme\libs\" > nul
copy libs\util.sld "%ProgramFiles%\compile-scheme\libs\" > nul
set path1 "x%PATH: =_%"
set path2 "x%path1:compile-scheme=%"
set pathone "x%PATH: =_%"
set pathtwo "x%pathone:compile-scheme=%"
if not "%path1%" == "%path2%" setx PATH "%PATH%;%ProgramFiles%\compile-scheme"
if not "%pathone%" == "%pathtwo%" setx PATH "%PATH%;%ProgramFiles%\compile-scheme"
echo Install complete