Browse Source

Merge pull request #103 from nicoco007/fix-debug-hard-crash

Fix hard crash when using debug builds
pull/104/head
Meivyn 5 months ago
committed by GitHub
parent
commit
d7b952556b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Loader/PluginComponent.cs

+ 1
- 1
IPA.Loader/Loader/PluginComponent.cs View File

@ -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
}
}


Loading…
Cancel
Save