include the newest version of winGup
This commit is contained in:
parent
97467eb802
commit
7ce0ab04e6
@ -20,7 +20,7 @@ echo on
|
||||
if %SIGN% == 0 goto NoSign
|
||||
|
||||
rem retrieve GUP release from website while doing Notepad++ release
|
||||
set WINGUP_VER=5.0.1
|
||||
set WINGUP_VER=5.0.2
|
||||
IF EXIST ".\bin\wingup\GUP.exe" (
|
||||
cd .\bin\wingup
|
||||
GUP.exe -unzipTo %~dp0\..\bin\updater https://github.com/notepad-plus-plus/wingup/releases/download/v%WINGUP_VER%/wingup.v%WINGUP_VER%.bin.zip
|
||||
|
Loading…
Reference in New Issue
Block a user