C0rupted / Vitrix

An open source FPS video game coded in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error on first time build

C0rupted opened this issue · comments

When building for the first time, windows python throws the error:

FileNotFoundError: [WinError3] The system cannot find the path specified: [build_location]

It seems to be down to an error that the os module doesn't make the folder if it doesn't exit on windows, however it does on linux. It is a really simple fix, a try statement should do it. Commiting now...