approachcircle / Pong

a pong game written in LibGDX
GNU General Public License v3.0
1 stars 1 forks source link

logs not stored properly on unix #16

Closed approachcircle closed 4 months ago

approachcircle commented 5 months ago

the APPDATA environment variable is fetched for the logger's log files, but on unix this environment variable does not exist and so null is returned. this means the logs are usually stored at null/Pong/logs/... in the jar's current directory