update default [Cron]time value in praytime.ini to prevent DST change

This commit is contained in:
a-Sansara 2017-11-18 15:35:03 +01:00
parent 4960e2f5ff
commit 13f454d157
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ isha =
[Cron] [Cron]
# timings updating time # timings updating time
time = 00:00 time = 02:22
``` ```
## Usage ## Usage

View File

@ -29,4 +29,4 @@ isha =
[Cron] [Cron]
# timings updating time # timings updating time
time = 00:00 time = 02:22

View File

@ -7,7 +7,7 @@ json_dep = dependency('json-glib-1.0')
gstreamer_dep = dependency('gstreamer-1.0') gstreamer_dep = dependency('gstreamer-1.0')
echo_dep = dependency('pluie-echo-0.2') echo_dep = dependency('pluie-echo-0.2')
version = '0.2.5' version = '0.2.6'
bindir = join_paths(get_option('prefix'), get_option('bindir')) bindir = join_paths(get_option('prefix'), get_option('bindir'))
datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime') datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime')