update release info and EXE always has logo

This commit is contained in:
TheWover 2023-02-27 14:58:18 -05:00
parent 812bdfd8bf
commit 8db53d07d0
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ donut: clean
@echo ###### Building generator ######
rc include\donut.rc
cl -Zp8 -nologo -DDONUT_EXE -I include donut.c hash.c encrypt.c format.c loader\clib.c lib\aplib64.lib include\donut.res
cl -Zp8 -DDONUT_EXE -I include donut.c hash.c encrypt.c format.c loader\clib.c lib\aplib64.lib include\donut.res
cl -Zp8 -nologo -DDLL -LD -I include donut.c hash.c encrypt.c format.c loader\clib.c lib\aplib64.lib
move donut.lib lib\donut.lib
move donut.exp lib\donut.exp

View File

@ -1,19 +1,19 @@
id ICON "donut.ico"
1 VERSIONINFO
FILEVERSION 0,9,3,0
PRODUCTVERSION 0,9,3,0
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "FileDescription", "Donut shellcode generator"
VALUE "FileVersion", "0.9.3"
VALUE "FileVersion", "1.0.0"
VALUE "InternalName", "donut"
VALUE "OriginalFilename", "donut.exe"
VALUE "ProductName", "Donut"
VALUE "ProductVersion", "0.9.3"
VALUE "ProductVersion", "1.0.0"
END
END
BLOCK "VarFileInfo"