forked from LuaDist/srlua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrlua.rc
More file actions
22 lines (21 loc) · 739 Bytes
/
srlua.rc
File metadata and controls
22 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0 ICON "lua_powered.ico"
1 VERSIONINFO
FILEVERSION 5,2,0,0
PRODUCTVERSION 5,2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "www.luadist.org\0"
VALUE "CompanyName", "LuaDist.org\0"
VALUE "FileDescription", "Lua executable script wrapper\0"
VALUE "FileVersion", "5.2.0\0"
VALUE "LegalCopyright", "Copyright © 1994-2011 Lua.org, PUC-Rio.\0"
VALUE "OriginalFilename", "srlua.exe\0"
VALUE "ProductName", "srLua - Lua executable script wrapper\0"
VALUE "ProductVersion", "5.2.0\0"
VALUE "PrivateBuild", "Built using LuaDist\0"
END
END
END