Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
added built binary check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrozanti committed Jun 29, 2019
1 parent c8b5ef1 commit af9a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_rat.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

s('compile.bat')

if exists('dist/RATAttack.exe')
if exists('dist/RATAttack.exe'):
print('\n\nScript has finished')
else:
exit(1)

0 comments on commit af9a3d9

Please sign in to comment.