You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find "packaged_output/dll" -type f -name "*.xml" -exec rm "{}"\;
7
7
mkdir "packaged_output/Firmware"
8
8
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
9
10
find "packaged_output" -type f -name "*.sh" -exec chmod +x {} \;# installed with -m644 but needs to be 755
0 commit comments