Closed binarygeek119 closed 2 weeks ago
i have a bat file to install all my programs in one go. i like to add the yarg launcher to that list.
winget https://learn.microsoft.com/en-us/windows/package-manager/package/repository sample winget install --id=YARC.YARC.Launcher -e
winget install --id=YARC.YARC.Launcher -e
chocolatey https://docs.chocolatey.org/en-us/features/create-packages/ sample choco install YARCLauncher
choco install YARCLauncher
yarc in now on winget. winget install --id=YARC.YARCLauncher -e https://winstall.app/apps/YARC.YARCLauncher
winget install --id=YARC.YARCLauncher -e
i have a bat file to install all my programs in one go. i like to add the yarg launcher to that list.
winget https://learn.microsoft.com/en-us/windows/package-manager/package/repository sample
winget install --id=YARC.YARC.Launcher -e
chocolatey https://docs.chocolatey.org/en-us/features/create-packages/ sample
choco install YARCLauncher