mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
7 lines
244 B
Batchfile
7 lines
244 B
Batchfile
@ECHO OFF
|
|
SETLOCAL
|
|
ECHO.
|
|
ECHO Validate with: winget validate --manifest C:\git\subtitleedit\winget
|
|
ECHO Test with : winget install --manifest C:\git\subtitleedit\winget
|
|
ECHO Submit with : wingetcreate submit C:\git\subtitleedit\winget
|
|
pause |