Skip to content

Commit

Permalink
ci(build-mingw): librime.dll output dir changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 5, 2024
1 parent 14771aa commit 35ffa19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Expand Up @@ -173,7 +173,7 @@ jobs:
-DBUILD_SHARED_LIBS:BOOL=ON
cmake --build build
cmake --install build
cd build && cp ./lib/librime.dll ./test
cd build && cp ./bin/librime.dll ./test
ctest --output-on-failure
- name: Create distributable
Expand Down
3 changes: 1 addition & 2 deletions README-windows.md
Expand Up @@ -49,7 +49,7 @@ This builds dependent libraries in `librime\deps\*`, and copies artifacts to
``` batch
build.bat librime
```
This creates `build\lib\Release\rime.dll`.
This creates `build\bin\Release\rime.dll`.

Build artifacts - the shared library along with API headers and supporting files
are gathered in `dist` directory.
Expand All @@ -60,7 +60,6 @@ are gathered in `dist` directory.
is working.

``` batch
copy /Y build\lib\Release\rime.dll build\bin
cd build\bin
echo congmingdeRime{space}shurufa | Release\rime_api_console.exe > output.txt
```
Expand Down

0 comments on commit 35ffa19

Please sign in to comment.