Skip to content

Commit

Permalink
Try to copy only metaaudio.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Nov 19, 2023
1 parent c8b0780 commit 595b33e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Copy Build to Output
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
mkdir "Output\Build"
xcopy "Build" "Output\Build" /y /e
mkdir "Output\${{env.BUILD_CONFIGURATION}}"
xcopy "Build\${{env.BUILD_CONFIGURATION}}\MetaAudio.dll" "Output\${{env.BUILD_CONFIGURATION}}" /y /e
shell: cmd

- name: Copy SteamAppsLocation to Output
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Copy Build to Output
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
mkdir "Output\Build"
xcopy "Build" "Output\Build" /y /e
mkdir "Output\${{env.BUILD_CONFIGURATION}}"
xcopy "Build\${{env.BUILD_CONFIGURATION}}\MetaAudio.dll" "Output\${{env.BUILD_CONFIGURATION}}" /y /e
shell: cmd

- name: Copy SteamAppsLocation to Output
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ target_include_directories(MetaAudio
${PROJECT_SOURCE_DIR}/externals/picojson
${PROJECT_SOURCE_DIR}/externals/steamaudio/include
${PROJECT_SOURCE_DIR}/externals/alure/include/AL
${PROJECT_SOURCE_DIR}/externals/openal-soft/include/AL
${PROJECT_SOURCE_DIR}/externals/MetaHookSv
${PROJECT_SOURCE_DIR}/externals/MetaHookSv/Interface
${PROJECT_SOURCE_DIR}/externals/MetaHookSv/HLSDK/common
Expand Down

0 comments on commit 595b33e

Please sign in to comment.