You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
267 B

@echo off
REM This script drives the standalone {{{name}}} package, which bundles together a
REM Dart executable and a snapshot of {{{name}}}.
set SCRIPTPATH=%~dp0
set arguments=%*
"%SCRIPTPATH%\src\dart.exe" "%SCRIPTPATH%\src\{{{executable}}}.snapshot" %arguments%