Browse Source
Merge pull request #103 from nicoco007/fix-debug-hard-crash
Fix hard crash when using debug builds
pull/104/head
Meivyn
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
|
|
|
|
} |
|
|
|
} |
|
|
|