Skip to content

Commit

Permalink
Updated bin/install.cmd. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Jan 9, 2025
1 parent 9123f13 commit 3f2dc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ echo.
echo Please wait while downloading https://github.com/sireum/rolling/releases/download/misc/7zz-%P7ZZ_V%-cosmo-%COSMOCC_V%.com to %USERPROFILE%\Downloads ...
curl -JLso "%USERPROFILE%\Downloads\7zz-%P7ZZ_V%-cosmo-%COSMOCC_V%.com" https://github.com/sireum/rolling/releases/download/misc/7zz-%P7ZZ_V%-cosmo-%COSMOCC_V%.com || goto :error
echo.
cd /d "%PDIR"
cd /d "%PDIR%"
echo Extracting sireum-%DISTRO%-win-%ARCH%-%SIREUM_V%.7z ...
"%USERPROFILE%\Downloads\7zz-%P7ZZ_V%-cosmo-%COSMOCC_V%.com" x "%USERPROFILE%\Downloads\sireum-%DISTRO%-win-%ARCH%-%SIREUM_V%.7z" >nul || goto :error
echo.
Expand Down

0 comments on commit 3f2dc95

Please sign in to comment.