https://github.com/romanitho/wingetintunepackager
Intune Winget app packager
https://github.com/romanitho/wingetintunepackager
Last synced: 11 months ago
JSON representation
Intune Winget app packager
- Host: GitHub
- URL: https://github.com/romanitho/wingetintunepackager
- Owner: Romanitho
- License: mit
- Created: 2023-04-05T00:35:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T11:31:39.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:12:38.355Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 143 KB
- Stars: 57
- Watchers: 6
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Winget Intune Packager
[](https://github.com/Romanitho/WingetIntunePackager/releases)
[](https://somsubhra.github.io/github-release-stats/?username=Romanitho&repository=WingetIntunePackager&page=1&per_page=1000)
Winget Intune app packager

This tool auto create Intune app package from Winget app repository using https://github.com/Romanitho/Winget-Install
## Configuration file
You can place an configuration file with the name config.env in the same folder as the executable. The configuration file should be in the following format:
```
tenant_id=
client_id=
redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient
```