File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222#pragma comment(lib, "gdiplus.lib")
2323#pragma comment(lib, "obs.lib")
2424
25- #define OBS_EXPRESS_VERSION " 0.0.5 "
25+ #define OBS_EXPRESS_VERSION " 0.0.6 "
2626
2727using namespace std ;
2828using namespace Gdiplus ;
@@ -337,7 +337,8 @@ void run(vector<string> arguments)
337337
338338 cout << std::endl;
339339 cout << " obs-express v" << OBS_EXPRESS_VERSION << " , a light weight command line screen recorder." << std::endl;
340- cout << " bundled with obs-studio v" << obs_get_version_string () << std::endl;
340+ cout << " bundled with a fork of obs-studio v" << obs_get_version_string () << std::endl;
341+ cout << " built for the Clowd screen capture utility (https://github.com/clowd/Clowd)" << std::endl;
341342 cout << std::endl;
342343
343344 bool help = cmdl[{ " h" , " help" }];
You can’t perform that action at this time.
0 commit comments