mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +01:00
Build: Include ep_taskbar again
This commit is contained in:
parent
7e0f7ebc22
commit
d9595fccc6
46
.github/workflows/build.yml
vendored
46
.github/workflows/build.yml
vendored
@ -91,32 +91,32 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
BuildDependencies%BUILD_CONFIGURATION%.bat
|
BuildDependencies%BUILD_CONFIGURATION%.bat
|
||||||
|
|
||||||
# - name: Download ep_taskbar
|
- name: Download ep_taskbar
|
||||||
# uses: robinraju/release-downloader@v1
|
uses: robinraju/release-downloader@v1
|
||||||
# with:
|
with:
|
||||||
# repository: ExplorerPatcher/ep_taskbar_releases
|
repository: ExplorerPatcher/ep_taskbar_releases
|
||||||
# fileName: ep_taskbar.*.dll
|
fileName: ep_taskbar.*.dll
|
||||||
# latest: true
|
latest: true
|
||||||
# out-file-path: build/Release
|
out-file-path: build/Release
|
||||||
|
|
||||||
# build/Release/ep_taskbar.*.amd64.dll -> build/Release/x64/ep_taskbar.*.dll
|
# build/Release/ep_taskbar.*.amd64.dll -> build/Release/x64/ep_taskbar.*.dll
|
||||||
# build/Release/ep_taskbar.*.arm64.dll -> build/Release/ARM64/ep_taskbar.*.dll
|
# build/Release/ep_taskbar.*.arm64.dll -> build/Release/ARM64/ep_taskbar.*.dll
|
||||||
# - name: Move ep_taskbar
|
- name: Move ep_taskbar
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: |
|
run: |
|
||||||
# if ls build/Release/ep_taskbar.*.amd64.dll 1> /dev/null 2>&1; then
|
if ls build/Release/ep_taskbar.*.amd64.dll 1> /dev/null 2>&1; then
|
||||||
# mkdir -p build/Release/x64
|
mkdir -p build/Release/x64
|
||||||
# for file in build/Release/ep_taskbar.*.amd64.dll; do
|
for file in build/Release/ep_taskbar.*.amd64.dll; do
|
||||||
# mv "$file" "build/Release/x64/$(basename "$file" .amd64.dll).dll"
|
mv "$file" "build/Release/x64/$(basename "$file" .amd64.dll).dll"
|
||||||
# done
|
done
|
||||||
# fi
|
fi
|
||||||
#
|
|
||||||
# if ls build/Release/ep_taskbar.*.arm64.dll 1> /dev/null 2>&1; then
|
if ls build/Release/ep_taskbar.*.arm64.dll 1> /dev/null 2>&1; then
|
||||||
# mkdir -p build/Release/ARM64
|
mkdir -p build/Release/ARM64
|
||||||
# for file in build/Release/ep_taskbar.*.arm64.dll; do
|
for file in build/Release/ep_taskbar.*.arm64.dll; do
|
||||||
# mv "$file" "build/Release/ARM64/$(basename "$file" .arm64.dll).dll"
|
mv "$file" "build/Release/ARM64/$(basename "$file" .arm64.dll).dll"
|
||||||
# done
|
done
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
- name: Build EP IA-32
|
- name: Build EP IA-32
|
||||||
if: github.event.inputs.config == ''
|
if: github.event.inputs.config == ''
|
||||||
|
Loading…
Reference in New Issue
Block a user