lib/playersdk/compiler.rb in videojuicer-player-sdk-0.4.0 vs lib/playersdk/compiler.rb in videojuicer-player-sdk-0.4.1

- old
+ new

@@ -92,13 +92,12 @@ end puts "Moving Flex framework RSLs to #{value['target']}" self.compiler.run_command("cp #{config['flex_sdk']}/frameworks/rsls/#{value['framework_rsl']}.swz #{config['build_dir']}/#{value['target']}.swz") - self.compiler.run_command("cp #{config['flex_sdk']}/frameworks/rsls/#{value['framework_rsl']}.swf #{config['build_dir']}/#{value['target']}.swf") - self.compiler.run_command("chmod 644 #{config['build_dir']}/#{config['target']}.sw*") + #self.compiler.run_command("chmod 644 #{config['build_dir']}/#{config['target']}.sw*") when "clean" puts "Cleaning directories ..." self.compiler.run_command("rm -rf #{config['build_dir']}/* #{config['tmp_dir']}/*") when "copy" \ No newline at end of file