Acuario Active Member Licensed User Longtime User Feb 8, 2023 #1 How do I set the icon for my standalone application exe? When the app is running it has the correct icon (that is loaded in AppStart from File.DirAAssets) but in the directory listing in explorer it shows the B4J 'J' icon.
How do I set the icon for my standalone application exe? When the app is running it has the correct icon (that is loaded in AppStart from File.DirAAssets) but in the directory listing in explorer it shows the B4J 'J' icon.
W walt61 Active Member Licensed User Longtime User Feb 8, 2023 #2 You can do that with ResourceHacker: https://www.b4x.com/android/forum/pages/results/?query=resourcehacker Upvote 0
You can do that with ResourceHacker: https://www.b4x.com/android/forum/pages/results/?query=resourcehacker
mcqueccu Well-Known Member Licensed User Longtime User Feb 8, 2023 #3 If you did not add This property before building the packager. Add it and try again B4X: #PackagerProperty: IconFile = ..\Files\turtle.ico check other things that can be added before building the packager https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Upvote 1
If you did not add This property before building the packager. Add it and try again B4X: #PackagerProperty: IconFile = ..\Files\turtle.ico check other things that can be added before building the packager https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content
Acuario Active Member Licensed User Longtime User Feb 8, 2023 #4 walt61 said: You can do that with ResourceHacker: https://www.b4x.com/android/forum/pages/results/?query=resourcehacker Click to expand... Ok, thanks that works but a bit of a hack! Upvote 0
walt61 said: You can do that with ResourceHacker: https://www.b4x.com/android/forum/pages/results/?query=resourcehacker Click to expand... Ok, thanks that works but a bit of a hack!
Acuario Active Member Licensed User Longtime User Feb 8, 2023 #5 mcqueccu said: If you did not add This property before building the packager. Add it and try again B4X: #PackagerProperty: IconFile = ..\Files\turtle.ico check other things that can be added before building the packager https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Click to expand... That's better - I thought there would be an official way. Upvote 0
mcqueccu said: If you did not add This property before building the packager. Add it and try again B4X: #PackagerProperty: IconFile = ..\Files\turtle.ico check other things that can be added before building the packager https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Click to expand... That's better - I thought there would be an official way.