Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-platform support #518

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

vedantmgoyal9
Copy link
Contributor

@vedantmgoyal9 vedantmgoyal9 commented Feb 22, 2024


  • Added support for win-arm64,osx-arm64,linux-arm64,linux-x64.
  • Directories on Linux/macOS:
    • Settings: ~/.wingetcreate/settings.json,~/.wingetcreate/settings.json.backup
    • Logs: ~/.wingetcreate/DiagOutputDir/<file>.txt
    • Installer downloads: /tmp/wingetcreate/
  • Pipelines need to be updated to generate binaries for new platforms and include them in GitHub releases.
    • Left for maintainers.
Microsoft Reviewers: Open in CodeFlow

@microsoft-github-policy-service microsoft-github-policy-service bot added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Feb 22, 2024
@vedantmgoyal9 vedantmgoyal9 marked this pull request as ready for review March 28, 2024 17:53
@vedantmgoyal9 vedantmgoyal9 requested a review from a team as a code owner March 28, 2024 17:53
@vedantmgoyal9 vedantmgoyal9 requested review from yao-msft and ryfu-msft and removed request for a team March 28, 2024 17:53
Copy link
Contributor

@sitiom sitiom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directories on Linux/macOS:

  • Settings: ~/.wingetcreate/settings.json,~/.wingetcreate/settings.json.backup
  • Logs: ~/.wingetcreate/DiagOutputDir/<file>.txt
  • Installer downloads: /tmp/wingetcreate/

It would be nice to follow the XDG Base Directory spec like most apps already do to avoid clutter in the home directory (Example: ~/.config/winget-create)

@ryfu-msft
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port to Linux and macOS Remove x86 package from msixbundle
3 participants