mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
Andrew Senetar
ed451871df
- Fix #569 - Windows links point to 4.0.4 release - Source release point to 4.0.4 github archives - OS X and Ubuntu point to previous 4.0.3 releases until new 4.0.4 ones are built - Add downloads page for more detailed links to other builds etc. - Update stylesheet to fix some download button formatting - Update other links pointing at old repository urls
27 lines
849 B
YAML
27 lines
849 B
YAML
oses:
|
|
- name: Windows
|
|
icon: windows
|
|
packages:
|
|
- arch: x64
|
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.4/dupeGuru_win64_4.0.4.exe
|
|
- arch: x32
|
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.4/dupeGuru_win32_4.0.4.exe
|
|
- name: Ubuntu
|
|
icon: linux
|
|
packages:
|
|
- arch: x32, x64
|
|
link: https://launchpad.net/~hsoft/+archive/ppa/+packages
|
|
- name: OS X
|
|
icon: apple
|
|
packages:
|
|
- arch: "10.10+"
|
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.3/dupeguru_osx_4_0_3.dmg
|
|
icon: apple
|
|
- name: Source
|
|
icon: github
|
|
packages:
|
|
- arch: zip
|
|
link: https://github.com/arsenetar/dupeguru/archive/4.0.4.zip
|
|
- arch: tar.gz
|
|
link: https://github.com/arsenetar/dupeguru/archive/4.0.4.tar.gz
|
|
|