Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
include license and readme in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Jan 5, 2023
1 parent 992cf6f commit a62c2f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ flet pack main.py --name msrf --product-name "Microsoft Rewards Farmer" --produc
mkdir dist/bin
xcopy bin "dist/bin" /e
xcopy configuration.yaml dist
xcopy LICENSE dist
xcopy README.md dist
ECHO build complete

0 comments on commit a62c2f4

Please sign in to comment.