abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
463 stars 97 forks source link

Fixed DEST_DIR relative addressing issue in aleapp.spec file #453

Closed stuxnet999 closed 5 months ago

stuxnet999 commented 5 months ago

The (SRC, DEST_DIR) tuples in the aleapp.spec file had missing . causing errors when compiling for a windows executable. Adding the . fixed the DEST_DIR relative addressing issue.