mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +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
|