mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Don't expose downloadUrl since it doesn't work yet.
This commit is contained in:
parent
8dfcb7c56a
commit
044bcc9c48
3 changed files with 6 additions and 5 deletions
|
@ -86,7 +86,8 @@ public class Main {
|
|||
if (! config.exists()) {
|
||||
saveFile(config,
|
||||
PROPERTY_VERSION + "=" + version + "\n"
|
||||
+ PROPERTY_DOWNLOAD_URL + "=" + downloadUrl(version) + "\n");
|
||||
// + PROPERTY_DOWNLOAD_URL + "=" + downloadUrl(version) + "\n"
|
||||
);
|
||||
}
|
||||
wrapperProperties.load(new FileReader(config));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue