diff --git a/.gitea/workflows/release_windows.yaml b/.gitea/workflows/release_windows.yaml index f70876b..54e31b0 100644 --- a/.gitea/workflows/release_windows.yaml +++ b/.gitea/workflows/release_windows.yaml @@ -30,4 +30,4 @@ jobs: with: body_path: build/CHANGELOG.txt files: |- - build/SmartLockerTools_${{ env.tag }}.zip \ No newline at end of file + build/SmartLockerTools_v*.zip \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 608675c..ae175c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(WIN32) else() set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2_msvc2022_64bit_debug) endif() - + add_compile_options(/showIncludes-) else() execute_process( COMMAND sh -c "echo $HOME"