package.bin.conveyor.win Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conveyor Show documentation
Show all versions of conveyor Show documentation
Conveyor makes distributing desktop and command line apps as easy as shipping a web app.
The newest version!
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
"%dp0%\install\bin\conveyor.exe" %*