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

Commit

Permalink
Fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
root670 committed May 20, 2018
1 parent 936befe commit 1b4bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ release: all
rm -rf release
mkdir release
ps2-packer cheatdevice.elf cheatdevice-packed.elf
cp cheatdevice-packed.elf cb10.cdb CheatDevicePS2.ini LICENSE README.md release
cp cheatdevice-packed.elf CheatDevicePS2.cdb CheatDevicePS2.ini LICENSE README.md release
rm cheatdevice-packed.elf
mv release/cheatdevice-packed.elf release/cheatdevice.elf
cd release && zip -q CheatDevicePS2-$$(git describe).zip *
Expand Down

0 comments on commit 1b4bd74

Please sign in to comment.