Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit c9ef779

Browse files
ExplvExplv
authored andcommitted
Quote osbot jar path
1 parent 158d4b9 commit c9ef779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

osbot_manager/src/bot_parameters/bot/Bot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ private void readObject(ObjectInputStream stream) throws ClassNotFoundException,
3131

3232
@Override
3333
public String toParameterString() {
34-
return "java -jar " + osbotPath;
34+
return "java -jar \"" + osbotPath + "\"";
3535
}
3636
}

osbot_manager/src/main/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class Version {
1010

11-
private final static float currentVersion = 7.6f;
11+
private final static float currentVersion = 7.7f;
1212

1313
public static boolean isLatestVersion() {
1414
try {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6
1+
7.7

0 commit comments

Comments
 (0)