How to install/generate link for 64bit apps on ~/scoop/shims #5797
Unanswered
homoioi
asked this question in
Help and Questions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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