I changed the Project/Settings/Distribution folder to a drive during testing. For build, of course I'd like it set to %SrcDir%. It won't let me change it back... it says it doesn't exist?
Announcement
Collapse
No announcement yet.
*Sigh* Ok, one more...
Collapse
X
-
Re: *Sigh* Ok, one more...
You've got it backwards. %SrcDir% gets set to the folder where the application is run from. When you build the project and then run it from the output folder, %SrcDir% is set to that folder. Until then, it doesn't really mean anything, which is why you're getting that error.
You'll need to set the distribution folder to a folder on your system using a regular full path.
It's really not advisable to change the distribution folder to a drive in the first place, btw.--[[ Indigo Rose Software Developer ]]
Comment