This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/upx_pack.bat

7 lines
201 B
Batchfile

@echo off
upx.exe -5 D:\Xash3D\bin\editor.dll
upx.exe -5 D:\Xash3D\bin\engine.dll
upx.exe -5 D:\Xash3D\bin\launch.dll
upx.exe -5 D:\Xash3D\bin\common.dll
upx.exe -5 D:\Xash3D\bin\render.dll
pause