Skip to content

Commit

Permalink
corect link to the latest gordongate driver
Browse files Browse the repository at this point in the history
  • Loading branch information
munjeni committed Apr 5, 2023
1 parent 3ee92ee commit 82ff67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ newflasher: newflasher.c version.h
newflasher.exe: libs newflasher.c version.h
@cd zlib-1.2.13 && CC=${CCWIN} ./configure --static && make clean && make
@cd expat-2.2.9 && CC="${CCWIN} -fPIC" ./configure --enable-static --disable-shared --host=i686-w64-mingw32 && make clean && make
@test -f include/GordonGate.h && echo "" || wget https://github.com/Androxyde/Flashtool/blob/master/FlashtoolDrivers/src/main/resources/drivers/GordonGate/Sony_Mobile_Software_Update_Drivers_x64_Setup.msi?raw=true -O GordonGate
@test -f include/GordonGate.h && echo "" || wget https://software.sonymobile.com/drivers/installers/latest/Sony_Mobile_Software_Update_Drivers_x64_Setup.msi -O GordonGate
@test -f include/GordonGate.h && echo "" || xxd --include GordonGate > include/GordonGate.h
@rm -rf GordonGate
sed "s/@VERSION@/$(VERSION)/" newflasher.rc.in >newflasher.rc
Expand Down

0 comments on commit 82ff67d

Please sign in to comment.