Page 1 of 1

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

Posted: 23 Mar 2020, 06:52
by Biff
How can one avoid the update message to be shown on each start of filebot:
Image

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

Posted: 23 Mar 2020, 16:36
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

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

Posted: 23 Mar 2020, 18:23
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.