bump versions

This commit is contained in:
h3r0 2023-11-22 08:01:59 +00:00 committed by GitHub
parent 3224947e4a
commit c13c860b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ actions:
- !registryValue: {path: 'HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update', value: 'NoRemove', type: REG_DWORD, data: '0'}
- !registryValue: {path: 'HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft EdgeWebView', value: 'NoRemove', type: REG_DWORD, data: '0'}
# OneDrive
- !writeStatus: {status: "Removing OneDrive", option: "remove-onedrive"}
- !taskKill: {name: "OneDriveStandaloneUpdater", option: "remove-onedrive"}

View File

@ -1,5 +1,5 @@
@echo off
set version=23.10
set version=23.11
for /f "tokens=2 delims==" %%i in ('wmic os get BuildNumber /value ^| find "="') do set "build=%%i"
if %build% gtr 19045 ( set "w11=true" )

View File

@ -7,7 +7,7 @@
<Description>This Playbook will help you quickly deploy ReviOS on your current system.</Description>
<Details>Experience an ideal, lightweight and stable system, designed to enhance performance and
privacy while ensuring compatibility.</Details>
<Version>23.10</Version>
<Version>23.11</Version>
<SupportedBuilds>
<string>19044</string>
<string>19045</string>