We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974d3d commit 0565e4eCopy full SHA for 0565e4e
1 file changed
nxc/modules/slinky.py
@@ -67,7 +67,7 @@ def options(self, context, module_options):
67
68
if not self.cleanup:
69
self.server = module_options["SERVER"]
70
- target_path = f"\\\\{self.server}\\share\\{self.lnk_name}.exe"
+ target_path = f"\\\\{self.server}\\share\\{self.lnk_name}.ico"
71
pylnk3.for_file(target_path, self.local_lnk_path)
72
73
def on_login(self, context, connection):
0 commit comments