mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed manifest embedding
This commit is contained in:
parent
8c6020e1c4
commit
07a8e1fe23
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ namespace IDE.util
|
|||
res.mDataSize = (uint32)manifestText.Length + 3;
|
||||
res.mHeaderSize = 32;
|
||||
res.mType = 0xFFFF | (0x18 << 16);
|
||||
res.mName = 0xFFFF | (2 << 16);
|
||||
res.mName = 0xFFFF | (1 << 16);
|
||||
res.mDataVersion = 0;
|
||||
res.mMemoryFlags = 0x1030;
|
||||
res.mLanguageId = 1033;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue