Closed TheRealMrWicked closed 10 months ago
Also I have a comment not related to the issue...
I think you should provide fully built binaries that do not depend on the .NET framework, it makes the project more portable and easier for users.
I normally use this command dotnet publish -r win-x86 -c Release -p:PublishSingleFile=true
to produce the builds and change the os version to make builds for all 3.
Also I have a comment not related to the issue...
I think you should provide fully built binaries that do not depend on the .NET framework, it makes the project more portable and easier for users.
I normally use this command
dotnet publish -r win-x86 -c Release -p:PublishSingleFile=true
to produce the builds and change the os version to make builds for all 3.
It really inflates the filesize and it's probably just better to have .NET installed for other stuff I might be doing
Would be great if you could release a new release that has this feature as the current releases are not usable in practice.
Would be great if you could release a new release that has this feature as the current releases are not usable in practice.
Yeah, I will tomorrow
Once again Samsung has made changes now requiring a valid IMEI or Serial number to download Firmware from their servers.
Bifrost has been updated and works properly, see this commit for the implementation.
Thank you - MrWicked