Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix3600 committed Dec 5, 2024
1 parent ac368ff commit 166850f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CFLAGS32 = -m32 $(CFLAGS)
CFLAGS64 = -m64 $(CFLAGS)
LDFLAGS = -Wl,--exclude-all-symbols,--dynamicbase,--nxcompat,--subsystem,console
LDLIBS = -lwtsapi32
WRFLAGS = --codepage=65001 -O coff
WRFLAGS = --codepage 65001 --language 0009 -O coff

SRCS = superUser.c tokens.c utils.c
DEPS = tokens.h utils.h winnt2.h
Expand Down
2 changes: 1 addition & 1 deletion msvc/superUser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000904b0"
BLOCK "000904B0"
BEGIN
VALUE "CompanyName", "github.com/mspaintmsi/superUser"
VALUE "FileDescription", "Run any process with Trusted Installer privileges"
Expand Down
2 changes: 1 addition & 1 deletion superUser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FILETYPE 0x1
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000904b0"
BLOCK "000904B0"
BEGIN
VALUE "CompanyName", "github.com/mspaintmsi/superUser"
VALUE "FileDescription", "Run any process with Trusted Installer privileges"
Expand Down

0 comments on commit 166850f

Please sign in to comment.