Skip to content

Commit 1293cf8

Browse files
committed
Move info.json to dep dir
1 parent f7735f9 commit 1293cf8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@ release_dbf: binaries_dbf
389389
rm -rf bin
390390
mkdir bin
391391
mkdir bin/dep
392-
cp -a $(DIR_OSX64)/hashcat-cli64.app bin/cpu_mac_64.app
393-
cp -a $(DIR_LINUX32)/hashcat-cli32.bin bin/cpu_linux_32.bin
394-
cp -a $(DIR_LINUX64)/hashcat-cli64.bin bin/cpu_linux_64.bin
395-
cp -a $(DIR_WINDOWS32)/hashcat-cli32.exe bin/cpu_win_32.exe
396-
cp -a $(DIR_WINDOWS64)/hashcat-cli64.exe bin/cpu_win_64.exe
397-
cp -a charsets rules tables salts bin/dep/
392+
cp -a $(DIR_OSX64)/hashcat-cli64.app bin/cpu_mac_64.app
393+
cp -a $(DIR_LINUX32)/hashcat-cli32.bin bin/cpu_linux_32.bin
394+
cp -a $(DIR_LINUX64)/hashcat-cli64.bin bin/cpu_linux_64.bin
395+
cp -a $(DIR_WINDOWS32)/hashcat-cli32.exe bin/cpu_win_32.exe
396+
cp -a $(DIR_WINDOWS64)/hashcat-cli64.exe bin/cpu_win_64.exe
397+
cp -a charsets rules tables salts info.json bin/dep/
398398
find bin -type f -exec chmod 600 {} \;
399399
find bin -type d -exec chmod 700 {} \;
400400
chmod 700 bin/*.bin

0 commit comments

Comments
 (0)