Skip to content

Commit

Permalink
Driver Downloader: Workaround recent changes on Lumia-Drivers.
Browse files Browse the repository at this point in the history
Use 2209.36 tag.
  • Loading branch information
RedGreenBlue09 committed Jan 6, 2024
1 parent ebd690d commit 92be187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Driver Downloader.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ cls
color 0f
if not exist Drivers\ md Drivers\

set "Tag=2209.36"
goto Models

echo Getting release tags ...
"%SVNLoc%" ls https://github.com/WOA-Project/Lumia-Drivers/tags/ >Drivers\Tags.txt || (
del Drivers\Tags.txt
Expand All @@ -82,7 +85,7 @@ set "Tag=%Tag:~0,-1%"

del Drivers\Tags.txt

:: Models
:Models

set "RepoSvnLink=https://github.com/WOA-Project/Lumia-Drivers/tags/%Tag%"
set "RepoRawLink=https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/%Tag%"
Expand Down

0 comments on commit 92be187

Please sign in to comment.