Moving social menu to data file, using templates for file downloads, removing download folder.

This commit is contained in:
Adsooi 2021-08-02 23:16:00 +02:00
parent 55ea6b33e6
commit 4630ae0d2b
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
12 changed files with 54 additions and 83 deletions

View file

@ -83,23 +83,23 @@ Download:
win:
- Title: Installer software (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (100.4MiB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>-setup.exe"
File: LogarithmPlotter-v<version>-setup.exe
macos:
- Title: Application Archive (.dmg)
Name: LogarithmPlotter-<version>-setup.dmg (112.1MiB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-<version>-setup.dmg"
File: LogarithmPlotter-<version>-setup.dmg
linux:
- Title: Flatpak
URL: "https://flathub.org/apps/details/eu.ad5001.LogarithmPlotter"
Index: eu.ad5001.LogarithmPlotter
- Title: Snap
URL: "https://snapcraft.io/logarithmplotter"
Index: logarithmplotter
- Title: Debian / Ubuntu
Name: debian package (174KiB)
URL: "/download/logarithmplotter/<version>/python3-logarithmplotter_0.0.1~dev0-1_all.deb"
File: python3-logarithmplotter_<version>-1_all.deb
all:
- Title: Source code (.tar.gz)
Name: LogarithmPlotter-v<version>.tar.gz (174KiB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>.tar.gz"
File: LogarithmPlotter-v<version>.tar.gz
Footnote: "*LogarithmPlotter requires [Python3](https://python.org/) with [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched."
---