This commit is contained in:
2025-07-04 00:16:44 +03:00
parent 83bce895ce
commit 27d7f6bdeb
14 changed files with 491 additions and 447 deletions
+4 -2
View File
@@ -12,10 +12,12 @@ if not exist "%packages-user-lists%" (
start cmd /c choco export "%packages-user-lists%\choco.config" --include-version-numbers
:msstore-list
start cmd /c winget export -o "%packages-user-lists%\msstore.json" -s "msstore" --include-versions
start cmd /c winget export -o "%packages-user-lists%\msstore.json" -s "msstore"
:: --include-versions
:winget-list
start cmd /c winget export -o "%packages-user-lists%\winget.json" -s "winget" --include-versions
start cmd /c winget export -o "%packages-user-lists%\winget.json" -s "winget"
:: --include-versions
endlocal
exit /B