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
$ cd ~/scoop/shims
$ file 7z.exe 7z.shim
7z.exe: PE32 executable (console) Intel 80386, for MS Windows, 4 sections
7z.shim: ASCII text, with CRLF line terminators
$ cat 7z.shim
path = "C:\Users\zhang\scoop\apps\7zip\current\7z.exe"
$ file ../apps/7zip/current/7z.exe
../apps/7zip/current/7z.exe: PE32+ executable (console) x86-64, for MS Windows, 6 sections
Current Behavior
32bit 7z is called.
Expected Behavior
64bit one is called.
Additional context/output
Possible Solution
System details
Windows version: [e.g. 7, 8, 10, 11]
11 OS architecture: [e.g. 32bit, 64bit, arm64]
64bit PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
Major Minor Build Revision
5 1 22621 2506
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
//# Your configuration here
The text was updated successfully, but these errors were encountered:
Bug Report
32bit apps were installed on ~/scoop/shims
$ cd ~/scoop/shims
$ file 7z.exe 7z.shim
7z.exe: PE32 executable (console) Intel 80386, for MS Windows, 4 sections
7z.shim: ASCII text, with CRLF line terminators
$ cat 7z.shim
path = "C:\Users\zhang\scoop\apps\7zip\current\7z.exe"
$ file ../apps/7zip/current/7z.exe
../apps/7zip/current/7z.exe: PE32+ executable (console) x86-64, for MS Windows, 6 sections
Current Behavior
32bit 7z is called.
Expected Behavior
64bit one is called.
Additional context/output
Possible Solution
System details
Windows version: [e.g. 7, 8, 10, 11]
11
OS architecture: [e.g. 32bit, 64bit, arm64]
64bit
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
]Major Minor Build Revision
5 1 22621 2506
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
//# Your configuration here
The text was updated successfully, but these errors were encountered: