lib/lolcommits/capture_windows.rb in acmcommits-1.0.11 vs lib/lolcommits/capture_windows.rb in acmcommits-1.0.12
- old
+ new
@@ -1,8 +1,8 @@
-module Acmcommits
+module Lolcommits
class CaptureWindows < Capturer
def capture
- commandcam_exe = File.join Configuration::ACMCOMMITS_ROOT, "vendor", "ext", "CommandCam", "CommandCam.exe"
+ commandcam_exe = File.join Configuration::LOLCOMMITS_ROOT, "vendor", "ext", "CommandCam", "CommandCam.exe"
# DirectShow takes a while to show... at least for me anyway
delaycmd = " /delay 3000"
if capture_delay > 0
# CommandCam delay is in milliseconds
delaycmd = " /delay #{capture_delay * 1000}"