six-launcher 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/six/launcher-app.rb +2 -2
- metadata +1 -1
data/Rakefile
CHANGED
data/lib/six/launcher-app.rb
CHANGED
@@ -9,7 +9,7 @@ require 'win32/process'
|
|
9
9
|
class Setup
|
10
10
|
RUBY = "tools/ruby/bin/ruby.exe"
|
11
11
|
GEM = "tools/ruby/bin/gem"
|
12
|
-
VERSION = "0.1.
|
12
|
+
VERSION = "0.1.6"
|
13
13
|
#include Singleton
|
14
14
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
@@ -138,7 +138,7 @@ class Setup
|
|
138
138
|
when "1"
|
139
139
|
start_updater_web
|
140
140
|
when "2"
|
141
|
-
start_updater
|
141
|
+
start_updater("--wait")
|
142
142
|
when "21"
|
143
143
|
start_updater("--install --startgame --wait")
|
144
144
|
when "22"
|