Skip to content

Commit

Permalink
Update Install-Redate.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboXL committed Apr 3, 2024
1 parent bcf8fa4 commit 2042977
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Install-Redate.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@echo off

REM Define variables
set "repoUrl=https://github.com/RoboXL/Redate-Windows/archive/refs/heads/dev.zip"
set "repoUrl=https://github.com/RoboXL/Redate-Windows/archive/refs/heads/main.zip"
set "tempDir=%TEMP%"
set "downloadPath=%tempDir%\Redate.zip"
set "extractPath=%tempDir%\Redate"
set "scriptPath=%extractPath%\Redate-Windows-dev\Redate.bat"
set "updateScriptPath=%extractPath%\Redate-Windows-dev\Update Redate.bat"
set "scriptPath=%extractPath%\Redate-Windows-main\Redate.bat"
set "updateScriptPath=%extractPath%\Redate-Windows-main\Update Redate.bat"
set "destinationFolder=%USERPROFILE%\Redate"
set "destinationPath=%destinationFolder%\Redate.bat"
set "updateScriptDestinationPath=%destinationFolder%\Update Redate.bat"
Expand All @@ -18,7 +18,7 @@ echo ----------------------------
echo Redate-Windows installation
echo ----------------------------
echo:
echo Hey %username%.This script will install Redate-Windows Beta to the following location:
echo Hey %username% This script will install Redate-Windows Beta to the following location:
echo -----------------------------
echo %destinationFolder%
echo -----------------------------
Expand Down Expand Up @@ -65,9 +65,9 @@ rmdir "%extractPath%" /S /Q


echo:
echo:---------------------------------------------------
echo: Redate-Windows installation completed. Test away!
echo:---------------------------------------------------
echo:----------------------------------------
echo: Redate-Windows installation completed.
echo:----------------------------------------
echo:
pause

Expand Down

0 comments on commit 2042977

Please sign in to comment.