Skip to content

Commit 9afe335

Browse files
committed
release: Test.
1 parent a0fc9af commit 9afe335

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git config --global user.name "GitHub Actions Bot"
5353
git config --global user.email "actions@example.com"
5454
55-
cp "D:/a/bootstrapper/bootstrapper/bin/vcruntime140_1.dll" "./dll/bootstrapper.dll"
55+
cp "D:/a/bootstrapper/bootstrapper/src/bin/vcruntime140_1.dll" "./dll/bootstrapper.dll"
5656
git add "dll/bootstrapper.dll"
5757
git commit -a -m "Update Flarial Client Bootstrapper"
5858
git push origin main

Build.cmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ rd /q /s "obj"
88
md "obj"
99

1010
windres.exe -i "Resources\Library.rc" -o "obj\Library.o"
11-
gcc.exe -Oz -s -Wl,--gc-sections,--exclude-all-symbols,--wrap=memcpy,--wrap=memset -static -shared -municode -nostdlib -e DllMain -DINITGUID "Library.c" "obj\Library.o" -lminhook -lkernel32 -luser32 -ldxgi -o "bin\vcruntime140_1.dll"
12-
13-
echo "%~dp0src\bin\vcruntime140_1.dll"
11+
gcc.exe -Oz -s -Wl,--gc-sections,--exclude-all-symbols,--wrap=memcpy,--wrap=memset -static -shared -municode -nostdlib -e DllMain -DINITGUID "Library.c" "obj\Library.o" -lminhook -lkernel32 -luser32 -ldxgi -o "bin\vcruntime140_1.dll"

0 commit comments

Comments
 (0)