Skip to content

Commit

Permalink
Merge pull request RPCS3#392 from Bigpet/master
Browse files Browse the repository at this point in the history
make package script runnable locally
  • Loading branch information
Bigpet committed Jul 4, 2014
2 parents d84c619 + ba29a19 commit c5e780f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ xcopy /e bin\dev_flash build\rpcs3\dev_flash
mkdir build\rpcs3\dev_usb000
xcopy /e bin\dev_usb000 build\rpcs3\dev_usb000

for /f "delims=" %%%%a in ('git describe') do @set gitrev=%%%%a
for /f "delims=" %%a in ('git describe') do @set gitrev=%%a

cd build
7z a -mx9 ..\rpcs3-%%gitrev%%-windows-x86_64.7z rpcs3
7z a -mx9 ..\rpcs3-%gitrev%-windows-x86_64.7z rpcs3
cd ..

0 comments on commit c5e780f

Please sign in to comment.