2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

altering AppUserModelId in pinned shortcut in Windows

This commit is contained in:
John Preston
2015-08-13 18:11:07 +03:00
parent 30e96a1d5e
commit c16ea77c52
10 changed files with 143 additions and 11 deletions

View File

@@ -1249,6 +1249,10 @@ void psRegisterCustomScheme() {
}
}
void psNewVersion() {
psRegisterCustomScheme();
}
bool _execUpdater(bool update = true) {
static const int MaxLen = 65536, MaxArgsCount = 128;