mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Version: 22621.3880.66.6
This commit is contained in:
parent
98118101e6
commit
92fce8c902
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -171,6 +171,14 @@ jobs:
|
||||
)
|
||||
exit /b 0
|
||||
|
||||
- name: Delete intermediate files
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf build/Release/x64/ep_setup_files
|
||||
rm -f build/Release/x64/ep_setup_files.zip.bin
|
||||
rm -rf build/Release/ARM64/ep_setup_files
|
||||
rm -f build/Release/ARM64/ep_setup_files.zip.bin
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -53,8 +53,16 @@ With this update, ExplorerPatcher is now officially compatible and supported on
|
||||
* ep_taskbar: Fixed the task band not having a handle when the taskbar is unlocked.
|
||||
* ep_taskbar: Fixed scroll arrows in window list popups (`ExtendedUI`) having weird appearance and behavior.
|
||||
|
||||
##### 6
|
||||
|
||||
* Updates: Fixed a bug where empty UpdateURL registry values would break the updates system. (#3668) (ac14c75)
|
||||
* Setup: Cleaned some unneeded stuff in the setup binary. (9811810)
|
||||
* Misc: Restored exported functions for launching/restarting Explorer: `ZZLaunchExplorer`, `ZZLaunchExplorerDelayed`, and `ZZRestartExplorer`. (9811810)
|
||||
|
||||
> [!WARNING]
|
||||
> Please include the following folders in your antivirus' exclusion list to prevent issues due to false positive detections:
|
||||
> <ins>**You are downloading a file flagged as malware by Microsoft and very likely by other major antivirus vendors.**</ins> We believe that this false flag indicates Microsoft's hatred against this software, not because this contains a virus or such.
|
||||
>
|
||||
> Please include the following files and folders in your antivirus' exclusion list to prevent issues due to antivirus detections:
|
||||
> * `C:\Program Files\ExplorerPatcher`
|
||||
> * `%APPDATA%\ExplorerPatcher`
|
||||
> * `C:\Windows\dxgi.dll`
|
||||
@ -69,6 +77,9 @@ With this update, ExplorerPatcher is now officially compatible and supported on
|
||||
> Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy"
|
||||
> Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy"
|
||||
> ```
|
||||
> If you are downloading from this page, please temporarily disable real-time protection or save to a folder excluded from antivirus scans.
|
||||
>
|
||||
> Issues related to antivirus detections **will be closed immediately**. Discuss this in #3228.
|
||||
|
||||
**A little request from us:** Because the development of EP's taskbar implementation took a lot of effort for 8 consecutive months, and that an ARM64 device to support the making and testing of ARM64 builds is not cheap, it would be really, really appreciated if you can [donate @Amrsatrio via Ko-fi](https://ko-fi.com/amrsatrio) 🙏
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user