Daniele Bartolini 12 лет назад
Родитель
Сommit
d7346b1fcf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/compilers/lua/bytecode-generator.lua

+ 1 - 1
tools/compilers/lua/bytecode-generator.lua

@@ -30,7 +30,7 @@ end
 --------------------------------------------------------------
 function prepare_destination(files)
 	-- Portable bytecode
-	local ext = ".raw"
+	local ext = ".script"
 	local raws =  {}
 
 	for i,s in ipairs(files) do