Skip to content

Commit

Permalink
Switched to tar and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwong05 committed Dec 31, 2021
1 parent 84166f6 commit 8926d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CI/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cp "$script_dir/../../build/$PLUGIN_NAME.so" "$script_dir/../../package/usr/lib/
cp "$script_dir/../../data/locale/"*.ini "$script_dir/../../package/usr/share/obs/obs-plugins/$PLUGIN_NAME/"

cd "$script_dir/../../package"
rm -f "$PLUGIN_NAME-$PLUGIN_VERSION.zip"
zip -r "$PLUGIN_NAME-$PLUGIN_VERSION.zip" "./usr"
rm -f "$PLUGIN_NAME-$PLUGIN_VERSION.tar.gz"
tar -cvf "$PLUGIN_NAME-$PLUGIN_VERSION.tar.gz" "./usr"
cd ..
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Simply add the source, select the application, and the audio should be recorded.
* The functionality of this plugin depends heavily on loading the `combine-sink` pulse module. If the module is not available or cannot be loaded for whatever reason, the plugin will not function.
* If OBS crashes before the plugin is able to destroy and clean itself up, lingering `combine-sink` modules will remain loaded afterwards. This may lead to unintended behavior when OBS is restarted.
* Unexepcted behavior with applications like Chrome that unreister their sink-input
* Audio won't be recorded from applications like Chrome that don't register a sink-input until audio is playing. Audio will only start recording when the OBS source is manually refreshed
* This plugin is still experimental. Lots of other bugs are expected.

## Dependencies
Expand Down

0 comments on commit 8926d28

Please sign in to comment.