Sodium

Sodium

35M Downloads

New license doesn't get placed into builds

Niterux opened this issue · 1 comments

commented

Bug Description

After the license update the new license no longer gets compiled into builds because the file was changed from COPYING/COPYING.LESSER into LICENSE.md, I believe lines 92 and 93 of build.gradle.kts are to blame. I believe this is unintentional.
image

Reproduction Steps

Git clone the latest dev branch commit.
Compile Sodium with the command "gradlew build"
Notice that LICENSE.md isn't present inside the jar file

Log File

gamelog.txt

Crash Report

crash-2024-04-10_11.25.47-client.txt

commented

Resolved with 43bc968