Also, instead of storing adb in tmp it is stored next to the executable. This is better in some cases for people who mount tmp to ram and it would need to be redownloaded every time the computer was restarted.
I think that libs (including xml and pdb files) should be placed in their own libs folder, can be done with a post build event and executable.config file.
Linux users have to use mono to run the application.
For windows users, .net framework 4.6.1 is a better choice than netcore 6 in my opinion as the user is most likely to already have it installed from other applications that use it.
Readme should be changed to account for the changes :)
This is somewhat of a recode.
Changes:
Also, instead of storing adb in tmp it is stored next to the executable. This is better in some cases for people who mount tmp to ram and it would need to be redownloaded every time the computer was restarted.
I think that libs (including xml and pdb files) should be placed in their own libs folder, can be done with a post build event and executable.config file.Linux users have to use
mono
to run the application. For windows users, .net framework 4.6.1 is a better choice than netcore 6 in my opinion as the user is most likely to already have it installed from other applications that use it.Readme should be changed to account for the changes :)