mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
8df4f6d744
Summary: This will address the longstanding concern in #417 Test Plan: No new tests Reviewers: juan, evan Reviewed By: juan, evan Maniphest Tasks: T7065 Differential Revision: https://phab.nylas.com/D3322
5 lines
No EOL
80 B
Batchfile
5 lines
No EOL
80 B
Batchfile
@setlocal
|
|
@echo off
|
|
set CMD=%*
|
|
set APP=%1
|
|
start wscript //nologo "%~dpn0.vbs" %* |