Browse Source
Fix hard crash when using debug builds
pull/103/head
Nicolas Gnyra
1 year ago
No known key found for this signature in database
GPG Key ID: B55471531DB4A499
1 changed files with
1 additions and
1 deletions
-
IPA.Loader/Loader/PluginComponent.cs
|
|
@ -59,7 +59,7 @@ namespace IPA.Loader |
|
|
|
initialized = true; |
|
|
|
|
|
|
|
#if DEBUG
|
|
|
|
Config.Stores.GeneratedStoreImpl.DebugSaveAssembly("GeneratedAssembly.dll"); |
|
|
|
Config.Stores.GeneratedStoreImpl.DebugSaveAssembly($"{Config.Stores.GeneratedStoreImpl.GeneratedAssemblyName}.dll"); |
|
|
|
#endif
|
|
|
|
} |
|
|
|
} |
|
|
|