Adjust plugin config save path to ensure it saves correctly
This commit is contained in:
parent
7714fbecac
commit
669bd7c3e5
@ -73,7 +73,7 @@ namespace FirstPlugin
|
|||||||
public static void Save()
|
public static void Save()
|
||||||
{
|
{
|
||||||
XmlDocument doc = CreateXmlFromSettings();
|
XmlDocument doc = CreateXmlFromSettings();
|
||||||
doc.Save("Lib/Plugins/config.xml");
|
doc.Save(Runtime.ExecutableDir + "/Lib/Plugins/config.xml");
|
||||||
}
|
}
|
||||||
private static XmlDocument CreateXmlFromSettings()
|
private static XmlDocument CreateXmlFromSettings()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user