mirror of
https://silica.codes/BedrockReverse/MCEELoginSkip.git
synced 2025-05-07 03:54:56 +12:00
Update to v1.5
Doesn't actually change anything, just fixes some warnings. and adds more to the resource file
This commit is contained in:
parent
da82c1ac77
commit
3641f2acb3
5 changed files with 272 additions and 90 deletions
|
@ -12,6 +12,55 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (United States) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
#pragma code_page(1252)
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Version
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,5,0,0
|
||||
PRODUCTVERSION 1,5,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x40004L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "140904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "SilicaAndPina"
|
||||
VALUE "FileDescription", "Skip the login screen in Minecraft Education Edition."
|
||||
VALUE "FileVersion", "1.5.0.0"
|
||||
VALUE "InternalName", "MEELoginSkip.exe"
|
||||
VALUE "LegalCopyright", "MIT Licensed (2021)"
|
||||
VALUE "OriginalFilename", "MEELoginSkip.exe"
|
||||
VALUE "ProductName", "Minecarft Education Edtion Login Skip"
|
||||
VALUE "ProductVersion", "1.5.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x1409, 1200
|
||||
END
|
||||
END
|
||||
|
||||
#endif // English (United States) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (United Kingdom) resources
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue