Hi, how do I specify the path to an Android key store in Projucer so that it will work correctly on OSX and Windows without me having to change it.
thx
Hi, how do I specify the path to an Android key store in Projucer so that it will work correctly on OSX and Windows without me having to change it.
thx
@t0m - hi tom, any comments on this ? at the moment I’m having to update my projucer project each time i get it out on Win or Mac from what I can see. thx
@fabian bump
Can you place the key store in the same place on Win and macOS? If you use the ${user.home} env variable that will be /home/youruser on macOS and c:\Users\youruser on Windows
thanks - wasn’t aware of the {$user.home} variable - that should do it