Hi Aerz, I'd be happy to help maintenance for this by making the updates automatic. Simplest way to do this is probably to check the normal linux download link as it redirects to the url for the most recent release, which you can find in the header:
curl --head "https://ticktick.com/down/getApp/download?type=linux_deb_x64"
HTTP/2 302
date: Fri, 02 Jun 2023 04:35:27 GMT
location: https://ticktick-download-linux.s3.amazonaws.com/download/linux/linux_deb_x64/ticktick-1.0.70-amd64.deb
A simple CI on GitHub could run which periodically checks this for a new release and if there is one downloads the file, gets the hash, and updates the PKGBUILD.
Pinned Comments
Aerz commented on 2025-04-01 09:21 (UTC)
Breaking Change in 6.0.30-2: Config File Moved
With the latest update (6.0.30-2), the user flags configuration file has been relocated for better consistency. This aligns with common Arch Linux packaging practices and TickTick’s existing config directory structure.
Please, you should move your config file:
Thanks @OJFord for pointing this out.
Aerz commented on 2023-11-16 18:03 (UTC) (edited on 2025-04-01 09:31 (UTC) by Aerz)
Custom Flags Support for TickTick
I recently pushed an update to v2.0.0, introducing a helper script to launch TickTick with custom (Electron) flags. Previously, this wasn't possible, making it hard to enable Wayland support. Fortunately, TickTick now allows this.
How to configure it:
Create the flags file:
Add your Electron flags, one per line (comments are ignored):
Run TickTick