Skip to content

Commit 294bc9a

Browse files
committed
0.18.1
1 parent 3a1ca75 commit 294bc9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ If you find this project useful, please consider making [a donation](https://www
5555
## Installation
5656

5757
- Download and install [latest release](https://github.com/atkAudio/PluginForObsRelease/releases/latest)
58-
- Manual/portable installations: extract `.dll|.dylib|.so` from installer and copy it to OBS plugins directory. For example on major Linux distros, extract `atkaudio-pluginforobs.so` from `.deb` file and copy it to `~/.config/obs-studio/plugins/atkaudio-pluginforobs/bin/64bit/`
58+
- Manual/portable installations e.g. on major Linux distros: extract `portable-Linux.zip` file and copy the directory `atkaudio-pluginforobs` into `~/.config/obs-studio/plugins/`.

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"uuids": {
4444
"windowsApp": "ad885c58-5ca9-44de-8f4f-1c12676626a9"
4545
},
46-
"version": "0.17.3",
46+
"version": "0.18.0",
4747
"website": "https://www.atkaudio.com"
4848
}

lib/atkaudio/cmake/cpack.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(CPACK_PACKAGE_ABSOLUTE_PATH ${CPACK_PACKAGE_DIRECTORY}/${CPACK_PACKAGE_FILE_
5555

5656
if(NOT DEFINED ENV{CI})
5757
set(BUILD_TYPE_FOR_CPACK "Debug")
58-
return()
58+
# return()
5959
endif()
6060
if(NOT WIN32)
6161
return()
@@ -65,7 +65,7 @@ include(CPack)
6565

6666
if(NOT EXISTS ${CPACK_PACKAGE_ABSOLUTE_PATH})
6767
add_custom_command(TARGET ${CMAKE_PROJECT_NAME} POST_BUILD
68-
COMMAND cpack --config CPackConfig.cmake -C ${BUILD_TYPE_FOR_CPACK}
68+
COMMAND cpack --config CPackConfig.cmake -C $<CONFIG>
6969
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
7070
)
7171
endif()

0 commit comments

Comments
 (0)