2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix escaping in linux launcher creating

This commit is contained in:
Ilya Fedin
2020-02-25 06:39:14 +04:00
committed by John Preston
parent 872e063501
commit 8b704f9bd7
5 changed files with 47 additions and 28 deletions

View File

@@ -404,7 +404,7 @@ namespace {
namespace Platform {
void RegisterCustomScheme() {
void RegisterCustomScheme(bool force) {
if (cExeName().isEmpty()) {
return;
}