1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Merge remote-tracking branch 'upstream/master' into Yuvan/CustomBuildProperties

This commit is contained in:
Yuvan Wickramasinghe 2025-05-13 15:14:10 -07:00
commit 524ebaa914
No known key found for this signature in database
49 changed files with 1372 additions and 146 deletions

View file

@ -3461,6 +3461,8 @@ namespace IDE
delete mWorkspace.mDir;
mWorkspace.mDir = newPath;
}
else if (mWorkspace.mDir == null)
mWorkspace.mDir = new String();
List<String> platforms = scope List<String>();
if (IDEApp.sPlatform32Name != null)