ScoopInstaller / Versions

📦 A Scoop bucket for alternative versions of apps.
https://scoop.sh
The Unlicense
215 stars 203 forks source link

[Bug]: systeminformer-nightly@3.0.7270 only installing x86 version. #1414

Closed advait404 closed 11 months ago

advait404 commented 1 year ago

Prerequisites

Package Name

systeminformer-nightly

Expected/Current Behaviour

Installing the app only provides the x86 architecture version. It does not install other versions, like x64, causing the app to not work properly.

Steps to Reproduce

scoop bucket add versions
scoop install versions/systeminformer-nightly

and then inside the application folder, only x86 is seen.

Possible Solution

The app works if it is manually downloaded from the original source. So probably something is wrong with the add template?

Scoop and Buckets Version

Current Scoop version:
v0.3.1 - Released at 2022-11-15

'extras' bucket:
0867062e3 (HEAD -> master, origin/master, origin/HEAD) texteditorpro: Update to version 27.8.0

'games' bucket:
87f2a5adc (HEAD -> master, origin/master, origin/HEAD) pcsx2-dev: Update to version 1.7.5116

'java' bucket:
87a7fa85 (HEAD -> master, origin/master, origin/HEAD) temurin17-nightly-jre: Update to version 17.0.9-7.0.202310130210

'kkzzhizhou_scoop-apps' bucket:
76f3f6786 (HEAD -> master, origin/master, origin/HEAD) Update Sun Oct 15 04:47:50 UTC 2023

'main' bucket:
43a1e0760 (HEAD -> master, origin/master, origin/HEAD) fastfetch: Update to version 2.1.2

'mo-san_scoop-bucket' bucket:
1a595fc (HEAD -> main, origin/main, origin/HEAD) firefox-jp: Update to version 118.0.2

'naveed-patel_NScooP' bucket:
c0338d8 (HEAD -> main, origin/main, origin/HEAD) cs-script: Update to version 4.8.5.0

'nerd-fonts' bucket:
99fe5dc (HEAD -> master, origin/master, origin/HEAD) SarasaGothic: Update to version 0.42.2

'nonportable' bucket:
e42ae56 (HEAD -> master, origin/master, origin/HEAD) 10x-np: Update to version 1.0.81

'sysinternals' bucket:
062afe4 (HEAD -> main, origin/main, origin/HEAD) rdcman: Fix manifest w/ '/accepteula' switch

'versions' bucket:
ac977b137 (HEAD -> master, origin/master, origin/HEAD) zig-dev: Update to version 0.12.0-dev.926

Scoop Config

last_update           scoop_repo                              scoop_branch
-----------           ----------                              ------------
10/15/2023 8:38:04 PM https://github.com/ScoopInstaller/Scoop master

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.3.8
PSEdition                      Core
GitCommitId                    7.3.8
OS                             Microsoft Windows 10.0.19044
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

No response

HUMORCE commented 11 months ago

Cannot reproduce.

"architecture": {
        "32bit": {
            "extract_dir": "i386"
        },
        "64bit": {
            "extract_dir": "amd64"
        },
        "arm64": {
            "extract_dir": "arm64"
        }
    },
image
advait404 commented 11 months ago

Yeah, the latest version works without any problems, guess something must have changed since then. Closing this issue.