-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows doesn't allow files to be overwritten on the OS if they're in use, unlike Linux, so we need to drop the new exe in the Downloads dir for the current user. There could be a better way of doing this but a simple copy/paste from folder to folder isn't the worst user experience.
- Loading branch information
1 parent
5f304b3
commit 6271d88
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import ( | |
|
||
func main() { | ||
|
||
const version = "5.0.0" | ||
const version = "5.0.1" | ||
|
||
var ( | ||
logging string | ||
|