[bugfix-272] fix wrong folder separator for maps

This commit is contained in:
MathieuG-P
2023-07-02 02:06:33 +02:00
parent 32e41117ce
commit a4395764e8
7 changed files with 42 additions and 27 deletions
@@ -0,0 +1,5 @@
export enum ProviderPlatform {
WINDOWS = "win32",
MAC = "darwin",
LINUX = "linux"
}