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


Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: How can one avoid the update message to be shown on each start of filebot?
Code: Select all
-Dapplication.update=skip
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?
Many thanks!
So I have added these lines
to those files:
filebot.launcher.l4j.ini
filebot.l4j.ini
Is that correct? It seems to work.
So I have added these lines
Code: Select all
# FileBot launch4j runtime config
-Dapplication.deployment=msi
# check for application updates
-Dapplication.update=skip
filebot.launcher.l4j.ini
filebot.l4j.ini
Is that correct? It seems to work.
Newest portable, stable FileBot, Windows 10 Home, 64bit