six-updater 0.11.5 → 0.11.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/updater.rb +1 -1
- data/lib/six/updater/mod.rb +1 -0
- metadata +1 -1
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
@@ -254,6 +254,7 @@ module Six
|
|
254
254
|
else
|
255
255
|
if FileTest.exist?(@path)
|
256
256
|
log.warn "WARNING: Folder already exists but seems incompatible. Not installing."
|
257
|
+
log.info "If you want the software to install this mod, please delete the modfolder"
|
257
258
|
else
|
258
259
|
log.info "Installing... This might take a while, please wait."
|
259
260
|
folder = ''
|