quick-picture-viewer
quick-picture-viewer copied to clipboard
Feature request - Chocolatey package
It would be great if you were able to create/maintain a Chocolatey package (https://chocolatey.org/) for automated deployments.
It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json And I also made a winget version https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/ModuleArt/QuickPictureViewer
I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.
It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json
I would like to install it using Scoop. Can you help me?
It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json
I would like to install it using Scoop. Can you help me?
You need to install git(or mingit or mingit-busybox, which I used) and 7zip and then add the extras bucket. You have installed git, but not installed 7zip and added the extras bucket after that. After that you can install Quick Picture viewer The steps I used are(I installed them globally so you have to always use admin powershell or Scoop's own sudo command).
Set-ExecutionPolicy RemoteSigned -scope CurrentUser -Force
iwr -useb get.scoop.sh | iex
$env:SCOOP_GLOBAL='C:\Scoop'
[environment]::setEnvironmentVariable('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')
scoop install mingit-busybox 7zip sudo -g
[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'Machine')
scoop bucket add extras
scoop install quick-picture-viewer -g
I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.
Hey, @Beelink! Was the package accepted? I can't find it in either Chocolatey's CLI or Web package search.