You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ public void update() {
40
40
}
41
41
```
42
42
43
+
### Other uses
44
+
45
+
- Use `UpdaterAPI.setAutoDelete(true)` that the Updater is only show up in the directory, when the program needs to update
46
+
43
47
# Run parameter
44
48
45
49
1. URL. This parameter is the url from where the Updater downloads the latest file of your program. (for example: www.yoururl.com/api/yourprogram/v1.0/YourProgram.jar)
0 commit comments