Fix Editor packaging on macOS without SDL
This commit is contained in:
@@ -348,6 +348,7 @@ namespace Flax.Deploy
|
||||
DeployFile(src, dst, "MoltenVK_icd.json");
|
||||
DeployFiles(src, dst, "*.dll");
|
||||
DeployFiles(src, dst, "*.dylib");
|
||||
if (EngineConfiguration.UseSDL && MacConfiguration.UseSDL)
|
||||
DeployFile(src, dst, "Logo.png");
|
||||
|
||||
// Optimize package size
|
||||
|
||||
Reference in New Issue
Block a user