How to install/generate link for 64bit apps on ~/scoop/shims #5797
Unanswered
homoioi
asked this question in
Help and Questions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
So 32bit 7z under PATH of C:\Users\zhang\scoop\shims will be called. Is there any way to call the 64bit app?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions