AutoHotkey / Ahk2Exe

Official AutoHotkey script compiler - written itself in AutoHotkey
https://autohotkey.com/
Do What The F*ck You Want To Public License
613 stars 114 forks source link

@Ahk2Exe-AddResource #50

Closed HotKeyIt closed 5 years ago

HotKeyIt commented 7 years ago

Docs http://fincs.ahk4.net/Ahk2ExeDirectives.htm say to use asterisk to specify resource type before file name but the code does not consider this and it works only without asterix: https://github.com/fincs/Ahk2Exe/blob/edge/Directives.ahk#L111

joedf commented 7 years ago

By asterisk you mean * or @???

- Joe DF | Administrator at ahkscript.org Manager at AutoHotkey Foundation LLC | joedf@ahkscript.org http://ahkscript.org/joedf | https://www.linkedin.com/in/joedf


From: HotKeyIt notifications@github.com Sent: May 24, 2017 4:01:26 PM To: fincs/Ahk2Exe Cc: Subscribed Subject: [fincs/Ahk2Exe] @Ahk2Exe-AddResource (#50)

Docs http://fincs.ahk4.net/Ahk2ExeDirectives.htm say to use asterisk but the code does not consider this and it works only without asterix: https://github.com/fincs/Ahk2Exe/blob/edge/Directives.ahk#L111

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/fincs/Ahk2Exe/issues/50, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADq4GwU4I5-wsGBpDwPsIfJ5zX8Ys4tIks5r9IyWgaJpZM4NlmSZ.

HotKeyIt commented 7 years ago

'*', see docs :)

joedf commented 7 years ago

Whoops! I looked at the wrong section :b 👶

joedf commented 5 years ago

Seems to be working as of at least https://github.com/AutoHotkey/Ahk2Exe/commit/33d35b9112b8b397f01a1ed8725b094726c4af40 👍