-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: Installer does not wait for uninstaller to finish #146
- Loading branch information
1 parent
2f16c2c
commit 91d2289
Showing
4 changed files
with
22 additions
and
23 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
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 |
---|---|---|
|
@@ -262,7 +262,7 @@ public static String getCopyright(String version, String date) { | |
sb.append("[email protected]<br>"); | ||
sb.append("<a href=\"http://yass-along.com\">http://yass-along.com</a><br>"); | ||
sb.append("<br>"); | ||
sb.append("Copyright (C) 2020 Saruta<br>"); | ||
sb.append("Copyright (C) 2009-2024 Saruta<br>"); | ||
sb.append("This program is free software: you can redistribute it and/or modify<br>"); | ||
sb.append("it under the terms of the GNU General Public License as published by<br>"); | ||
sb.append("the Free Software Foundation, either version 3 of the License, or<br>"); | ||
|
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