[SOLVED]Export "Windows Desktop" With Resources Not Obfuscated?

Hi,
Is it possible to export "Windows Desktop" with game resources not obfuscated?
We would like to see a folder with all the individual audio/visual resources present.
We ask because we wish to give game build to artists and have them modify the resources.
Let us know, thanks!
Comments
Godot isn't designed for this (even if you export game data as a ZIP instead of a PCK). Instead, you should distribute the project's sources to artists so they can modify the resources.
The ressources are obfuscated in exported builds so that they're in a language that computers can understand much faster, which makes the games run much better and easier.
You could make a Git repository with the game's source.
Or maybe just publish the Godot Project Folder next to the game if Git is overkill.
Hi,
We have a GitHub repository already:
https://github.com/FallenAngelSoftware/Godot-SpaceSwap2
Game is open-source
Jesse