Open
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues/PRs to ensure it has not already been reported or fixed.
- I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
autohotkey
Expected/Current Behaviour
Install as a portable app in \scoop\apps\autohotkey without error
Steps to Reproduce
PS C:\> scoop bucket add extras
Checking repo... OK
The extras bucket was added successfully.
PS C:\> scoop install autohotkey
Installing 'autohotkey' (2.0.10) [64bit] from extras bucket
AutoHotkey_2.0.10.zip (2.9 MB) [==============================================================================] 100%
Checking hash of AutoHotkey_2.0.10.zip ... ok.
Extracting AutoHotkey_2.0.10.zip ... done.
Running installer script...
Then a pop-up:
---------------------------
AutoHotkey
---------------------------
It looks like you've used an unsupported method to set the default program for .ahk files. This will prevent the standard context menu and launcher (version auto-detect) functionality from working. Would you like this setting to be reset for you?
---------------------------
Yes No
---------------------------
The console is locked until user input for the popup
I have to run scoop as Administrator for reasons - not sure if it is related.
Possible Solution
Every other scoop app I have ever installed are basically portable apps without any registry etc. added, so I am confused why this package is different. Why not just take out the post install script, etc. completely and just have it living as a portable app, shim'd if need be
Scoop and Buckets Version
PS C:\> scoop --version
Current Scoop version:
v0.3.1 - Released at 2022-11-15
'extras' bucket:
674a0a86a (HEAD -> master, origin/master, origin/HEAD) dolphin: Update to version 23.08.4-2113
Scoop Config
PS C:\> scoop config
last_update
-----------
2023-12-09T12:32:58.8654972+11:00
PowerShell Version
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.19041.3031
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.3031
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Additional Softwares
No response