diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
| commit | 6b9268d2d88c81c18f2cc21e343d321989dad99c (patch) | |
| tree | 051a3e1ca1c49a8e67a4da2c59fec576fc9e6ec5 /Run-Desktop.ps1 | |
| parent | 3f8e818b58127a2fad66ed67032344f553632c38 (diff) | |
Set up project structure and CLI integration
Diffstat (limited to 'Run-Desktop.ps1')
| -rw-r--r-- | Run-Desktop.ps1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Run-Desktop.ps1 b/Run-Desktop.ps1 new file mode 100644 index 0000000..4cd542d --- /dev/null +++ b/Run-Desktop.ps1 @@ -0,0 +1,5 @@ +& ".\Collect-Command-Line.ps1" + +if ($LASTEXITCODE -eq 0) { + dotnet run --project .\JVDesktop +} |
