update default [Cron]time value in praytime.ini to prevent DST change
This commit is contained in:
parent
4960e2f5ff
commit
13f454d157
|
@ -77,7 +77,7 @@ isha =
|
||||||
|
|
||||||
[Cron]
|
[Cron]
|
||||||
# timings updating time
|
# timings updating time
|
||||||
time = 00:00
|
time = 02:22
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -29,4 +29,4 @@ isha =
|
||||||
|
|
||||||
[Cron]
|
[Cron]
|
||||||
# timings updating time
|
# timings updating time
|
||||||
time = 00:00
|
time = 02:22
|
||||||
|
|
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user