Skip to content

flathub/me.kozec.syncthingtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77830e1 · Jan 12, 2025
Dec 17, 2019
Dec 2, 2020
Oct 13, 2018
Apr 27, 2023
Nov 5, 2022
Feb 8, 2024
Jun 1, 2024
Nov 3, 2022
Jan 12, 2025
Feb 8, 2024
Feb 8, 2024

Repository files navigation

Updating

To update syncthing, it has proven useful to update the tarball URL and hash and then

  1. comment generated-sources.json in syncthing.yaml
  2. enable network for the build, i.e. uncomment the build-args
  3. run flatpak-builder, e.g. flatpak-builder --user --ccache --keep-build-dirs --force-clean -v --repo=/tmp/fb.repo fpbuilder net.syncthing.syncthing.yaml
  4. run the go-vendor generator, e.g. python3 ~/vcs/flatpak-builder-tools/go-get/flatpak-go-vendor-generator.py .flatpak-builder/build//syncthing/vendor/modules.txt > go-sources.json
  5. undo a) and b)