mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
remove chdir
This commit is contained in:
parent
e989e72e51
commit
3755e39b44
5
rakefile
5
rakefile
@ -45,8 +45,7 @@ namespace :e do
|
|||||||
|
|
||||||
desc "Runs the obs example"
|
desc "Runs the obs example"
|
||||||
task :obs do
|
task :obs do
|
||||||
targetdir = File.join(HERE, "examples", "obs")
|
filepath = File.join(HERE, "examples", "obs", "main.rb")
|
||||||
Dir.chdir(targetdir)
|
ruby filepath
|
||||||
ruby File.join(targetdir, "main.rb")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user