From c8434659cc176b549c68c9fce078b66c3556c68d Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sat, 27 Jul 2024 14:57:14 +0700 Subject: [PATCH] Setup: Rename ARM64 setup from ep_setup.arm64.exe into ep_setup_arm64.exe --- .github/workflows/build.yml | 8 ++++---- CHANGELOG.md | 2 +- ExplorerPatcher-L10N | 2 +- ExplorerPatcher/def.h | 2 +- README.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c60a40aea..75bf5e97b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,7 @@ jobs: build/Release/ # build/Release/x64/ep_setup.exe -> build/Release/ep_setup.exe - # build/Release/ARM64/ep_setup.exe -> build/Release/ep_setup.arm64.exe + # build/Release/ARM64/ep_setup.exe -> build/Release/ep_setup_arm64.exe - name: Stage files for release if: github.ref == 'refs/heads/master' && github.event.inputs.ref == '' shell: bash @@ -188,7 +188,7 @@ jobs: cp build/Release/x64/ep_setup.exe build/Release/ep_setup.exe fi if [ -d "build/Release/ARM64" ] && ls build/Release/ARM64/ep_setup.exe 1> /dev/null 2>&1; then - cp build/Release/ARM64/ep_setup.exe build/Release/ep_setup.arm64.exe + cp build/Release/ARM64/ep_setup.exe build/Release/ep_setup_arm64.exe fi - name: Generate release name @@ -221,7 +221,7 @@ jobs: body: ${{ steps.release_description.outputs.data }} files: | build/Release/ep_setup.exe - build/Release/ep_setup.arm64.exe + build/Release/ep_setup_arm64.exe env: GITHUB_TOKEN: ${{ secrets.PAT }} @@ -237,6 +237,6 @@ jobs: body: ${{ steps.release_description.outputs.data }} files: | build/Release/ep_setup.exe - build/Release/ep_setup.arm64.exe + build/Release/ep_setup_arm64.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9850447f8..f9e1075ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Tested on OS builds 19045.4598, 22621.3296, 22621.3810, 26120.961, and 26244.500 * An ARM64 device to support the making and testing of ARM64 builds is not cheap, so please consider [donating @Amrsatrio via Ko-fi](https://ko-fi.com/amrsatrio) to recoup the costs. * Added an "Update now" button into update notifications for easier updating. (2b9c747, 8c16a9a) * Revised how files are packed in ep_setup for smaller size and easier maintenance. (30579b0, b253625, 04fd2b7, db54ce9, 126c024, c0201ff) -* ⚠️ **Note for users with the pre-release versions enabled:** Versions before this one will not be able to update to this version or later versions due to the updater code of previous versions not supporting multiple binaries in one GitHub release. Please manually update by downloading the appropriate binary from this page. +* EP's taskbar implementation for 24H2 is now available in [its releases repository](https://github.com/ExplorerPatcher/ep_taskbar_releases/releases/latest), as `ep_taskbar.5.dll`. If you want to try this out, follow the steps explained above. ## 22621.3527.65 diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 0d154eba1..17f644775 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 0d154eba13317cd33530968224b39ba94260e20b +Subproject commit 17f644775baae0d920a0c2722d89102a6bdcf620 diff --git a/ExplorerPatcher/def.h b/ExplorerPatcher/def.h index 17c2a385f..865e30ed8 100644 --- a/ExplorerPatcher/def.h +++ b/ExplorerPatcher/def.h @@ -15,7 +15,7 @@ #ifndef _M_ARM64 #define SETUP_UTILITY_NAME "ep_setup.exe" #else -#define SETUP_UTILITY_NAME "ep_setup.arm64.exe" +#define SETUP_UTILITY_NAME "ep_setup_arm64.exe" #endif #define TOAST_BUFSIZ 1536 #define SEH_REGPATH "Control Panel\\Quick Actions\\Control Center\\QuickActionsStateCapture\\ExplorerPatcher" diff --git a/README.md b/README.md index 678a5a876..fae1e9cc0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project aims to enhance the working environment on Windows. ## How to? -1. Download the latest version of the setup program [for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.arm64.exe). +1. Download the latest version of the setup program [for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup_arm64.exe). 2. Run the installer. It will automatically prompt for elevation, after which it will install the necessary files. 3. When done, you will be greeted with the familiar Windows 10 taskbar. To customize the options offered by the program, right click the taskbar and choose "Properties". @@ -20,7 +20,7 @@ That's it. It's that simple. ## Updating * The program features built-in updates: go to "Properties" - "Updates" to configure, check for and install the latest updates. Learn more [here](https://github.com/valinet/ExplorerPatcher/wiki/Configure-updates). -* Download the latest version's [setup file for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [setup file for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.arm64.exe) and simply run it. +* Download the latest version's [setup file for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [setup file for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup_arm64.exe) and simply run it. ## Donate