Add timestamp update step

I swear I did this already but it's not in the commit history
This commit is contained in:
YoshiRulz 2020-10-08 08:12:50 +10:00
parent 0084891635
commit 21a476200e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ find "output" -type f \( -wholename "output/EmuHawk.exe" -o -wholename "output/D
find "packaged_output/dll" -type f -name "*.xml" -exec rm "{}" \;
mkdir "packaged_output/Firmware"
cd "packaged_output/gamedb" && 7za a -t7z -mx9 "NesCarts.7z" "NesCarts.xml" && rm "NesCarts.xml" && cd "../.."
find "packaged_output" -type d -exec touch {} \; # no idea why, but some of the access timestamps are in the far future, and Mono crashes when enumerating the exe dir
find "packaged_output" -type f -name "*.sh" -exec chmod +x {} \; # installed with -m644 but needs to be 755