Skip to content

Commit 21a4762

Browse files
committed
Add timestamp update step
I swear I did this already but it's not in the commit history
1 parent 0084891 commit 21a4762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dist/Package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ find "output" -type f \( -wholename "output/EmuHawk.exe" -o -wholename "output/D
66
find "packaged_output/dll" -type f -name "*.xml" -exec rm "{}" \;
77
mkdir "packaged_output/Firmware"
88
cd "packaged_output/gamedb" && 7za a -t7z -mx9 "NesCarts.7z" "NesCarts.xml" && rm "NesCarts.xml" && cd "../.."
9+
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
910
find "packaged_output" -type f -name "*.sh" -exec chmod +x {} \; # installed with -m644 but needs to be 755

0 commit comments

Comments
 (0)