effekseer / Effekseer

MIT License
1.47k stars 217 forks source link

Fix open manual error #997

Closed SQwatermark closed 7 months ago

SQwatermark commented 7 months ago

In Effekseer 1.8 the manual button is broken due to change from .Net Framework to .Net Core. https://learn.microsoft.com/en-us/dotnet/core/compatibility/fx-core#change-in-default-value-of-useshellexecute

SQwatermark commented 7 months ago

Wait... There are some other usages of Process.Start()

SQwatermark commented 7 months ago

Fixed all usages of Process.Start(). I can't guarantee the codes under if (swig.GUIManager.IsMacOSX()) in FileBrowser.cs works well since I don't have a mac.