Skip to content

Releases: TheSkorpiox/FxUpdater

FxUpdater 0.4

15 Sep 09:14
Compare
Choose a tag to compare
FxUpdater 0.4 Pre-release
Pre-release

FxUpdater is now running under .Net Core Runtime, for cross-platform compatibility !

You do need to download the .Net Core Runtime in order to run FxUpdater You can found it here

You'll also need to change the way you launch FxUpdater. There is no more executable !

dotnet FxUpdater.dll update linux [YourPath]

It has been tested on Debian 9, no more. But i believe if there is an issue with your distribution, it's directly related to .Net Core support. No not report me these issues please.

FxUpdater 0.3

02 Sep 07:33
Compare
Choose a tag to compare
FxUpdater 0.3 Pre-release
Pre-release

You can now use bash command line.

For exemple, instead of doing

FxUpdater.exe
/update windows [YourPath]

you can do this

FxUpdater.exe update windows [YourPath]

FxUpdater 0.2.3

28 Jul 11:56
Compare
Choose a tag to compare
FxUpdater 0.2.3 Pre-release
Pre-release

Update take the distribution as first parameter (windows or linux) and can either take an absolute path or a relative path as second parameter. It can also create the directory if needed (in case of a fresh install)

/update windows C:\users\MyUser\Desktop\MyServer - Update at the specified path
/update linux MyServer - Update next to the executable

You can also clear the console

/clear - Clear the console

FxUpdater 0.2.2

28 Jul 11:30
Compare
Choose a tag to compare
FxUpdater 0.2.2 Pre-release
Pre-release

Commands:

Update command can either take an absolute path or a relative path. It can also create the directory if needed (in case of a fresh install)

/update C:\users\MyUser\Desktop\MyServer - Update at the specified path
/update MyServer - Update next to the executable

You can also clear the console

/clear - Clear the console