devilspride Posted September 9, 2020 Posted September 9, 2020 I am trying to use my ScriptName as the icon name in my program. I do not want to hard code each and every program i have with it's scriptname. This is what i tried but not working #AutoIt3Wrapper_Icon = $Dir_assets & \assets\.icons\%scriptfile%.ico #AutoIt3Wrapper_Icon = $Dir_assets & "\assets\.icons\%scriptfile%.ico" Any idea how to make it work ??
Developers Jos Posted September 9, 2020 Developers Posted September 9, 2020 You (obviously) can't use any variables like $Dir_assets in an Autpoit3Wrapper directive, and there is no support for %scriptfile% in the path of this directive. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now