I'm trying to rename/rarrange my folders of my project, as it was pointed out that having spaces in name will cause the game to not work on Linux. However, when I made new folders and attempted to move the files from the older folders to the new ones using the Godot editor (right-clicking a file in the FileSystem module and selecting "Move to..."), it completely broke the game. It just won't run after I do that, no errors, no crashes, nothing, it just opens and closes before it shows anything.
I've tried this with 2.1.2 stable, 2.1.3 beta and a 2.2 fixnum build from January, all of them have the same problem.
What do I do?