diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b13d67d..3dda459 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Run AUI tests if: matrix.os == 'windows-latest' - working-directory: ${{github.workspace}}/build/binRelWithDebInfo/ + working-directory: ${{github.workspace}}/build/bin/RelWithDebInfo/ run: ${{github.workspace}}/build/bin/RelWithDebInfo/Tests.exe - name: Run AUI tests diff --git a/.idea/.name b/.idea/.name index e0af3c8..0dd908f 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -telegram_client \ No newline at end of file +auigram \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f57cdf..9b9ed03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (NOT CLIENT_DEMO) endif() endif() -set(AUI_VERSION v7.0.0-rc.8) +set(AUI_VERSION v7.0.0-rc.9) set(BUILD_SHARED_LIBS OFF)