Skip to content

Commit

Permalink
Pass the torrent file path to post install script
Browse files Browse the repository at this point in the history
  • Loading branch information
canibanoglu committed Nov 21, 2019
1 parent 0751987 commit 96ba9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mkt.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ createTorrent({

const cp = spawn(executor, [
CAN_TRACKER_POST_CREATE_SCRIPT_PATH,
filePath,
argv._[0],
...argv._
]);
Expand Down

0 comments on commit 96ba9a1

Please sign in to comment.