Browse Source

Fix hard crash when using debug builds

pull/103/head
Nicolas Gnyra 5 months ago
parent
commit
df3a0283b0
No known key found for this signature in database GPG Key ID: B55471531DB4A499
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