Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ endif()
# Link our native node module against cmake-js, a few Windows-specific libraries, and libOpenCOR.

if(WIN32)
set(WINDOWS_LIBS bcrypt crypt32 iphlpapi version wldap32 ws2_32)
set(WINDOWS_LIBS bcrypt crypt32 iphlpapi ntdll version wldap32 ws2_32)
endif()

target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE
Expand Down
12 changes: 6 additions & 6 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/opencor/webapp.git"
},
"type": "module",
"version": "0.20260616.0",
"version": "0.20260619.0",
"engines": {
"bun": ">=1.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"./style.css": "./dist/opencor.css"
},
"version": "0.20260616.0",
"libopencorVersion": "0.20260604.0",
"version": "0.20260619.0",
"libopencorVersion": "0.20260619.0",
"scripts": {
"build": "vite build && bun scripts/generate.version.js",
"build:lib": "vite build --config vite.lib.config.ts && bunx --bun vue-tsc --project tsconfig.lib.types.json",
Expand Down
Loading