Skip to content

Commit

Permalink
mpress
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 28, 2024
1 parent c73436c commit c352dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PECMD.exe
ResHacker.exe
ResHacker.ini
ResHacker.log
mpress.exe
VersionInfo.res
StringTable.res
W10TTP.WCZ
Expand Down
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ del /f /q %%a W10TTP.exe
curl.exe --version || EXIT 1
if not exist PECMD.exe curl.exe -sSL https://file.uhsea.com/2404/431fea5861eab95bd1a4fca2cc2200aeEP.exe -o PECMD.exe || EXIT 1
if not exist ResHacker.exe curl.exe -sSL https://file.uhsea.com/2404/0adb663c706b62e9b3a7e5bc3a5842000C.exe -o ResHacker.exe || EXIT 1
if not exist mpress.exe curl.exe -sSL https://file.uhsea.com/2404/66cc1fad506355f08f3ff958ab178f40P6.exe -o mpress.exe || EXIT 1
PECMD.exe CMPS W10TTP.WCS W10TTP.WCZ || EXIT 1
ResHacker.exe -script ResHacker.txt || EXIT 1
ResHacker.exe -open VersionInfo.rc -save VersionInfo.res -action compile || EXIT 1
ResHacker.exe -open W10TTP.exe -save W10TTP.exe -action addoverwrite -res VersionInfo.res -mask VERSIONINFO,, || EXIT 1
ResHacker.exe -open StringTable.rc -save StringTable.res -action compile || EXIT 1
ResHacker.exe -open W10TTP.exe -save W10TTP.exe -action addoverwrite -res StringTable.res -mask STRINGTABLE,, || EXIT 1
mpress -s W10TTP.exe || EXIT 1
CALL :CLEAN
EXIT 0

Expand Down

0 comments on commit c352dfd

Please sign in to comment.