You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-download and install chocolatey
-powershell choco new SystemTrayMenu (C:\Windows\System32\SystemTrayMenu containing .nuspec and /tools is created)
START HERE FOR UPDATE:
-edit version in .nuspec
-copy and paste binaries from latest version into C:\Windows\System32\SystemTrayMenu\tools
(the 3 files chocolateybeforemodify.ps1, LICENSE.txt, VERIFICATION.txt have to stay in there)
-powershell (if not already there, go to cd systemtraymenu) choco pack (.nupkg is created from .nuspec -> delete previous version of .nupkg) choco uninstall "SystemTrayMenu" choco install "SystemTrayMenu" -fdv -y -s ".\"
-Test (path: C:\ProgramData\chocolatey\bin)
(only at first publish on this machine: choco apiKey --k <your api key here> --source https://push.chocolatey.org/) choco push (package is pushed to chocolatey.org)
The text was updated successfully, but these errors were encountered:
source: https://community.chocolatey.org/courses/creating-chocolatey-packages
https://weblog.west-wind.com/posts/2017/jan/29/creating-a-portable-and-embedded-chocolatey-package#embedded-binary-package
-download and install chocolatey
-powershell
choco new SystemTrayMenu
(C:\Windows\System32\SystemTrayMenu containing .nuspec and /tools is created)START HERE FOR UPDATE:
-edit version in .nuspec
-copy and paste binaries from latest version into C:\Windows\System32\SystemTrayMenu\tools
(the 3 files chocolateybeforemodify.ps1, LICENSE.txt, VERIFICATION.txt have to stay in there)
-powershell (if not already there, go to
cd systemtraymenu
)choco pack
(.nupkg is created from .nuspec -> delete previous version of .nupkg)choco uninstall "SystemTrayMenu"
choco install "SystemTrayMenu" -fdv -y -s ".\"
-Test (path: C:\ProgramData\chocolatey\bin)
(only at first publish on this machine:
choco apiKey --k <your api key here> --source https://push.chocolatey.org/
)choco push
(package is pushed to chocolatey.org)The text was updated successfully, but these errors were encountered: