Skip to content

Commit

Permalink
Add readme file for windows archive
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Feb 18, 2025
1 parent 470f026 commit 198ff7e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
)

set_target_properties_plugin(${CMAKE_PROJECT_NAME} PROPERTIES OUTPUT_NAME ${_name})

if (WIN32)
install(FILES archive-readme.txt DESTINATION . RENAME Readme.txt)
endif ()
30 changes: 30 additions & 0 deletions archive-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
安装方法:
复制"obs-multi-rtmp"文件夹,然后打开"Copy-Into-Here-To-Install"文件夹,粘贴进去。
注意:
如果你使用旧的方式将插件直接解压到了OBS安装目录内,请在安装这个版本之前,删除旧版本。
旧版本的文件如下所示
data\obs-plugins\obs-multi-rtmp
obs-plugins\64bit\obs-multi-rtmp.dll
obs-plugins\64bit\obs-multi-rtmp.pdb


インストール方法:
「obs-multi-rtmp」フォルダーをコピーし、その後「Copy-Into-Here-To-Install」フォルダーを開き、その中へ貼り付けます。
ご注意:
OBSのインストールフォルダ内にプラグインを直接展開していた旧方式をご利用した場合、
本バージョンのインストール前に、旧バージョンのファイルを削除してください。
旧バージョンのファイルは以下のとおりです。
data\obs-plugins\obs-multi-rtmp
obs-plugins\64bit\obs-multi-rtmp.dll
obs-plugins\64bit\obs-multi-rtmp.pdb


Installation:
Copy the "obs-multi-rtmp" folder, then open the "Copy-Into-Here-To-Install" folder, and paste it in.
Note:
If you used the old way of directly extracting the plugin into the OBS installation directory,
please delete the old version files before installing this version.
The old version files are as follows.
data\obs-plugins\obs-multi-rtmp
obs-plugins\64bit\obs-multi-rtmp.dll
obs-plugins\64bit\obs-multi-rtmp.pdb

0 comments on commit 198ff7e

Please sign in to comment.