Added functionality to build an exe (with upx compression), use within an venv
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setlocal EnableExtensions
|
||||
|
||||
if "%~1"=="" (
|
||||
"%~dp0pptx-image-compress.exe" -h
|
||||
) else (
|
||||
"%~dp0pptx-image-compress.exe" %*
|
||||
)
|
||||
``
|
||||
Reference in New Issue
Block a user