Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
350 stars 80 forks source link

Latest Build Artifacts Missing #58

Closed int3grate closed 2 years ago

int3grate commented 2 years ago

Looks like the latest build artifacts were automatically deleted after a month. Anyway to trigger a rebuild? Thanks!

Washi1337 commented 2 years ago

Just issued a new build.

Building should not be too difficult. In case the builds expire again, just clone the repository and run dotnet, e.g.:

git clone --recursive https://github.com/Washi1337/OldRod
cd OldRod
dotnet build