mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
parent
23e0a15385
commit
af889c5c77
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ public class Main {
|
|||
// Save wrapperVersion.txt
|
||||
//
|
||||
log(2, " Writing " + VERSION_TXT);
|
||||
VERSION_TXT.getParentFile().mkdirs();
|
||||
try (FileWriter fw = new FileWriter(VERSION_TXT)) {
|
||||
try (BufferedWriter bw = new BufferedWriter(fw)) {
|
||||
bw.write(wrapperVersion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue