lib/lolcommits/capture_windows.rb in acmcommits-1.0.10 vs lib/lolcommits/capture_windows.rb in acmcommits-1.0.11
- old
+ new
@@ -1,8 +1,8 @@
-module Lolcommits
+module Acmcommits
class CaptureWindows < Capturer
def capture
- commandcam_exe = File.join Configuration::LOLCOMMITS_ROOT, "vendor", "ext", "CommandCam", "CommandCam.exe"
+ commandcam_exe = File.join Configuration::ACMCOMMITS_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}"