mirror of
https://github.com/libretro/libretro-super.git
synced 2025-02-20 08:04:25 +00:00
rebuild everything on the first day of the month
This commit is contained in:
parent
8f15744c05
commit
323367667b
@ -190,6 +190,12 @@ if [ -z "$FORCE" ]; then
|
||||
FORCE=NO
|
||||
fi
|
||||
|
||||
ifStart=`date '+%d'`
|
||||
if [$ifStart == 01]
|
||||
then
|
||||
FORCE=YES
|
||||
fi
|
||||
|
||||
# set force_retroarch_build to NO if not specified
|
||||
# this is useful if running manually
|
||||
if [ -z "$FORCE_RETROARCH_BUILD" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user