Skip to content

Commit

Permalink
extrac resources
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Mar 13, 2024
1 parent be00db6 commit 55d5fab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/myrobotlab/service/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -4550,6 +4550,9 @@ public static void main(String[] args) {
// initialize logging
initLog();

// extract if necessary
FileIO.extractResources();

// help and exit
if (options.help) {
mainHelp();
Expand Down

0 comments on commit 55d5fab

Please sign in to comment.