File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ goto ChooseDev
7070
7171:ChooseDev1520
7272set " Model = "
73+ set " Generic = "
7374cls
7475call :PrintLabel
7576echo %ESC% [92mChoose your device variant below:
@@ -146,19 +147,18 @@ goto ChooseDevGenericInf
146147:DoDownload
147148
148149:: set "RepoLink=https://github.com/WOA-Project/Lumia-Drivers.git"
149- :: set "RepoLink=https://github.com/bibarub/Lumia-Drivers.git"
150- set " RepoLink = https://github.com/RedGreenBlue09/Lumia-Drivers.git"
150+ if defined Generic (
151+ set " RepoLink = https://github.com/RedGreenBlue09/LumiaGenericDrivers.git"
152+ ) else (
153+ set " RepoLink = https://github.com/bibarub/Lumia-Drivers.git"
154+ )
151155
152156set " GitPath = %~dp0 \Files\DriverDownloader\Git\cmd\git"
153157
154158cls
155159if not exist Drivers\ md Drivers\
156160if not exist Temp\ md Temp\
157161
158- :: TEMP
159- set " Tag = generic_inf"
160- goto DoDownload2
161-
162162echo Fetching latest release tag ...
163163" %GitPath% " ls-remote --tags " %RepoLink% " > Temp\Tags.txt || (
164164 del Temp\Tags.txt
You can’t perform that action at this time.
0 commit comments