Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit f6619b1

Browse files
committed
Change cleanup mode
1 parent 5eca03b commit f6619b1

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

AIO.bat

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,21 @@ pause
125125

126126
:cleanup
127127
cd "%~dp0"
128+
if exist "NullRAT\" (
129+
move NullRAT\custom_icon.ico "%~dp0"
130+
move NullRAT\RAT.py "%~dp0"
131+
move NullRAT\upx\upx.exe "%~dp0"
132+
rmdir /s /q NullRAT
133+
134+
mkdir upx
135+
move upx.exe upx\
136+
)
128137
attrib -h ".git"
129138
del README.md
130139
del "Getting Variables".md
131140
del .gitignore
132141
rmdir /s /q ".git"
133-
cd "%~dp0NullRAT"
134-
move upx\ "%~dp0"
135-
move custom_icon.ico "%~dp0"
136-
move RAT.py "%~dp0"
137-
cd "%~dp0"
138-
rmdir /s /q NullRAT
139-
mkdir NullRAT
140-
move RAT.py NullRAT\
141-
move custom_icon.ico NullRAT\
142-
move upx\ NullRAT
142+
rmdir /s /q "build"
143+
rmdir /s /q "dist"
143144

144145
goto main

0 commit comments

Comments
 (0)