mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-12-18 00:56:04 +00:00
5 lines
137 B
Batchfile
5 lines
137 B
Batchfile
@ECHO OFF
|
|
echo Fix Recaf main exe name
|
|
cd "updates\recaf-*"
|
|
move recaf-*-J8-jar-with-dependencies.jar recaf-J8-jar-with-dependencies.jar
|