Skip to content

Commit

Permalink
Ability to pass custom args to the portable process
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 8, 2018
1 parent dc4a96a commit 0641c8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.10.5-6 (2018/02/09)

* Ability to pass custom args to the portable process

## 2.10.5-5 (2018/02/08)

* Upgrade to Rocket.Chat 2.10.5
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ func main() {
Log.Error("Cannot write to update.json:", err)
}

Launch()
Launch(os.Args[1:])
}

0 comments on commit 0641c8e

Please sign in to comment.