Skip to content

Commit

Permalink
build: Ensure build time is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jul 11, 2019
1 parent 1cae57c commit 50f4f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ build () {
cp $RST_ROOT/$TARGET_VERSION/*.bin $RST_ROOT/
cp $RST_ROOT/$TARGET_VERSION/Version.cmake $RST_ROOT/source/

# Touch main.cpp to get an up-to-date build time
touch $RST_ROOT/source/rst/main.cpp

# Run the patcher
Magikoopa --build --workdir $RST_ROOT/

Expand Down

0 comments on commit 50f4f64

Please sign in to comment.