How can one avoid the update message to be shown on each start of filebot?

Support for Windows users
Post Reply
Biff
Posts: 241
Joined: 02 Mar 2014, 17:52

How can one avoid the update message to be shown on each start of filebot?

Post by Biff »

How can one avoid the update message to be shown on each start of filebot:
Image
Newest portable, stable FileBot, Windows 10 Home, 64bit
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: How can one avoid the update message to be shown on each start of filebot?

Post by kim »

Code: Select all

-Dapplication.update=skip
viewtopic.php?f=8&t=2093

from ini file:

Code: Select all

# check for application updates
-Dapplication.update=skip
Biff
Posts: 241
Joined: 02 Mar 2014, 17:52

Re: How can one avoid the update message to be shown on each start of filebot?

Post by Biff »

Many thanks!

So I have added these lines

Code: Select all

# FileBot launch4j runtime config
-Dapplication.deployment=msi
# check for application updates
-Dapplication.update=skip
to those files:
filebot.launcher.l4j.ini
filebot.l4j.ini

Is that correct? It seems to work.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Post Reply