Skip to content

Add classic mode launcher#4670

Merged
Gabriel Dufresne (GabrielDuf) merged 3 commits intomainfrom
mamoreau-devolutions/classic-mode
May 1, 2026
Merged

Add classic mode launcher#4670
Gabriel Dufresne (GabrielDuf) merged 3 commits intomainfrom
mamoreau-devolutions/classic-mode

Conversation

@mamoreau-devolutions
Copy link
Copy Markdown
Contributor

Summary

  • Convert the Windows solution to UniGetUI.Windows.slnx and include both WinUI and Avalonia builds
  • Add a default-on Classic mode toggle exposed in both WinUI and Avalonia settings
  • Route modern-mode launches through the WinUI launcher before WinUI initialization while preserving CLI argument forwarding, including --daemon
  • Bundle the Avalonia app under the Windows package output and update CI/build scripts
  • Fix Avalonia restart paths so switching back to Classic mode relaunches through UniGetUI.exe and exits the tray instance

Validation

  • dotnet restore UniGetUI.Windows.slnx && dotnet restore UniGetUI.Avalonia.slnx
  • dotnet build UniGetUI.Windows.slnx --no-restore --verbosity quiet --tl:off /p:Platform=x64
  • dotnet build UniGetUI.Avalonia.slnx --no-restore --verbosity quiet --tl:off
  • dotnet test UniGetUI.Windows.slnx --no-restore --verbosity q --nologo /p:Platform=x64 --tl:off
  • dotnet format whitespace src --folder --verify-no-changes --verbosity minimal
  • dotnet format style src\UniGetUI.Windows.slnx --no-restore --verify-no-changes --verbosity minimal
  • dotnet format style src\UniGetUI.Avalonia.slnx --no-restore --verify-no-changes --verbosity minimal

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 8fc59ed into main May 1, 2026
2 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the mamoreau-devolutions/classic-mode branch May 1, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants