mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复开机启动失效的错误
This commit is contained in:
parent
86f30dcc7b
commit
c88f289a00
@ -917,7 +917,6 @@ namespace VPet_Simulator.Windows
|
|||||||
link.SetPath(System.Reflection.Assembly.GetExecutingAssembly().Location);
|
link.SetPath(System.Reflection.Assembly.GetExecutingAssembly().Location);
|
||||||
|
|
||||||
link.SetDescription("VPet Simulator");
|
link.SetDescription("VPet Simulator");
|
||||||
link.SetPath(ExtensionValue.BaseDirectory);
|
|
||||||
link.SetIconLocation(ExtensionValue.BaseDirectory + @"vpeticon.ico", 0);
|
link.SetIconLocation(ExtensionValue.BaseDirectory + @"vpeticon.ico", 0);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user