mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Merge branch 'master' into dev
This commit is contained in:
commit
e6672432bb
4 changed files with 5 additions and 1 deletions
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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…
Add table
Reference in a new issue