mirror of https://github.com/procxx/kepka.git
Merge branch 'master' into dev
This commit is contained in:
commit
e6672432bb
|
@ -21,8 +21,9 @@ Tell us what happens instead
|
||||||
|
|
||||||
**Used theme**:
|
**Used theme**:
|
||||||
|
|
||||||
### Logs
|
<details><summary>**Logs**:</summary>
|
||||||
Insert logs here (if necessary)
|
Insert logs here (if necessary)
|
||||||
|
|
||||||
<!-- You can type `debugmode` in settings and then see ~/.TelegramDesktop/DebugLogs/log_...txt for log files.
|
<!-- You can type `debugmode` in settings and then see ~/.TelegramDesktop/DebugLogs/log_...txt for log files.
|
||||||
Type `debugmode` in settings again to disable logs. -->
|
Type `debugmode` in settings again to disable logs. -->
|
||||||
|
</details>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
# set colors
|
# set colors
|
||||||
RCol='\e[0m' # Text Reset
|
RCol='\e[0m' # Text Reset
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
FullExecPath=$PWD
|
FullExecPath=$PWD
|
||||||
pushd `dirname $0` > /dev/null
|
pushd `dirname $0` > /dev/null
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
FullExecPath=$PWD
|
FullExecPath=$PWD
|
||||||
pushd `dirname $0` > /dev/null
|
pushd `dirname $0` > /dev/null
|
||||||
|
|
Loading…
Reference in New Issue