mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复开机启动设置打开成dll
This commit is contained in:
parent
96fa4da6b3
commit
24a27cd8ad
@ -934,7 +934,7 @@ namespace VPet_Simulator.Windows
|
|||||||
link.SetArguments("launchsteam");
|
link.SetArguments("launchsteam");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
link.SetPath(System.Reflection.Assembly.GetExecutingAssembly().Location);
|
link.SetPath(System.Reflection.Assembly.GetExecutingAssembly().Location.Replace(".dll", ".exe"));
|
||||||
|
|
||||||
link.SetDescription("VPet Simulator");
|
link.SetDescription("VPet Simulator");
|
||||||
link.SetIconLocation(ExtensionValue.BaseDirectory + @"vpeticon.ico", 0);
|
link.SetIconLocation(ExtensionValue.BaseDirectory + @"vpeticon.ico", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user