chrupd icon indicating copy to clipboard operation
chrupd copied to clipboard

Simple Chromium Updater

Results 8 chrupd issues
Sort by recently updated
recently updated
newest added

is there [thorium-legacy](https://github.com/Alex313031/thorium-legacy) and [Supermium](https://github.com/win32ss/supermium) support for Windows 7 in chrupd.cmd?

enhancement

Hi, some Chromium builds come in avx and avx2 builds. For example my PC doesn't support avx2 and I am using the RobRich999 builds, so I'm trying to find a...

enhancement

how to solve `invoke-webrequest the request was aborted could not create ssl/tls secure channel` in windows 7? ![image](https://github.com/mkorthof/chrupd/assets/36833664/2a665cad-7d8b-4d0c-a4eb-ef64754bc33a)

question

How do I install the archive file? ``` chrupd.cmd ??? ```

Hello, thank you for the useful tool. Besides your tool, "Chromium Updater" is also the name of the technology in Chromium that implements automatic updates for Chromium-based browser. I suspect...

I used chrupd.cmd with the following modification, but **linkArgs="--incognito"** doesn't work. ```cmd nul 2>&1 && move /Y "%~f0" "%~f0.bak" >nul 2>&1 && move /Y "%~f0.tmp" "%~f0" >nul 2>&1 & GOTO...