stencil icon indicating copy to clipboard operation
stencil copied to clipboard

Installing on Windows via Scoop is not working

Open kikashy opened this issue 2 years ago • 0 comments

Describe the bug

PS C:\Users\username> scoop install stencil
WARN  Purging previous failed installation of stencil.
ERROR 'stencil' isn't installed correctly.
Removing older version (0.5.0).
'stencil' was uninstalled.
Installing 'stencil' (0.5.0) [64bit] from stencil bucket
The remote server returned an error: (404) Not Found.
URL https://github.com/raystack/stencil/releases/download/v0.5.0/stencil_Windows_x86_64'.zip is not valid

To Reproduce Steps to reproduce the behavior:

  1. scoop bucket add stencil https://github.com/raystack/scoop-bucket.git
Checking repo... OK
The stencil bucket was added successfully.
  1. scoop bucket list
Name    Source                                       Updated               Manifests
----    ------                                       -------               ---------
main    https://github.com/ScoopInstaller/Main.git   2023-12-01 7:32:57 PM      1265
stencil https://github.com/raystack/scoop-bucket.git 2023-11-22 2:10:13 AM         0
  1. scoop install stencil
WARN  Purging previous failed installation of stencil.
ERROR 'stencil' isn't installed correctly.
Removing older version (0.5.0).
'stencil' was uninstalled.
Installing 'stencil' (0.5.0) [64bit] from stencil bucket
The remote server returned an error: (404) Not Found.
URL https://github.com/raystack/stencil/releases/download/v0.5.0/stencil_Windows_x86_64'.zip is not valid

Expected behavior stencil should be installed and can be called in the terminal

kikashy avatar Dec 02 '23 01:12 kikashy