The following problem is only a "cosmetic problem" that I noticed when I sent the build of my app to the beta testers.
I have put appropriate instructions in the MAIN for the packager:
This works on my computer. After creating the package, the BUILD directory opens in the TEMP folder with the files for the distribution of the app. There I can see the icon file and the EXE file has the assigned icon. I pack the contents of this folder with ZIP and get the file "Build.zip". This file can then be sent and unpacked on the target computer. There, however, the EXE file again has the "J" standard icon and not the icon I assigned.
What am I doing wrong? Does anyone have a tip? Does it perhaps work better with INNO (I have never tried this, as the code changes daily and is sent out again anyway).
I have put appropriate instructions in the MAIN for the packager:
B4X:
#Region Project Attributes
#PackagerProperty: IconFile = C:\B4J\Projects\Shark\B4J\Files\shark.ico
#PackagerProperty: ExeName = Shark
What am I doing wrong? Does anyone have a tip? Does it perhaps work better with INNO (I have never tried this, as the code changes daily and is sent out again anyway).