Skip to content

Commit

Permalink
Merge pull request #107 from GengGode/dev
Browse files Browse the repository at this point in the history
fix:修复GetCoreModulePath没有导出符号的问题
  • Loading branch information
GengGode authored Feb 9, 2024
2 parents 72a9c82 + cde7255 commit b7ba14f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-and-publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- 'source/**'
- '.github/workflows/release-and-publish-core.yml'
pull_request:
branches: [ "release-core" ]
paths:
- 'source/**'
- '.github/workflows/drelease-and-publish-core.yml'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
1 change: 1 addition & 0 deletions source/dllmain.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "pch.h"
#include <cvAutoTrack.h>

static HMODULE g_library_module = NULL;

Expand Down
2 changes: 1 addition & 1 deletion source/resource/version.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.15
8.2.18
2 changes: 1 addition & 1 deletion source/resource/version_hash.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b7d0a2e
1a8ddec

0 comments on commit b7ba14f

Please sign in to comment.