mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix-272] fix wrong folder separator for maps
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum ProviderPlatform {
|
||||
WINDOWS = "win32",
|
||||
MAC = "darwin",
|
||||
LINUX = "linux"
|
||||
}
|
||||
Reference in New Issue
Block a user