summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 7327149531abee2f7c220bba2d63843a60a8e95c (plain)
1
2
3
4
5
6
7
8
9
10
11
[labymodlauncher-electron]
source = "regex"
url = "https://www.labymod.net/en/download"
regex = 'LabyMod Launcher v(.*)'

# source = "cmd"
# cmd = """
# wget -q https://releases.r2.labymod.net/launcher/linux/x64/labymodlauncher_latest_amd64.deb -O labymodlauncher_latest_amd64.deb
# dpkg-deb --show --showformat='${Version}' labymodlauncher_latest_amd64.deb | tr - .
# rm -f labymodlauncher_latest_amd64.deb
# """