Skip to content

Commit

Permalink
SmartGit 18.2 works only on 64-bits systems
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 4, 2018
1 parent 4f74e22 commit a7226d5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ archive.extract.overwrite = -aou

# Official artifact
atf.id = smartgit
atf.win3264.filename = ${atf.id}-${app.version}
atf.win3264.ext = .7z
atf.win3264.url = https://www.syntevo.com/downloads/smartgit/smartgit-portable-18_2_0.7z
atf.win3264.assertextract = SmartGit/bin/smartgit.exe
atf.win64.filename = ${atf.id}-${app.version}
atf.win64.ext = .7z
atf.win64.url = https://www.syntevo.com/downloads/smartgit/smartgit-portable-18_2_0.7z
atf.win64.assertextract = SmartGit/bin/smartgit.exe

# JRE
jre.folder = jre1.8.0_181
jre.win32.url = https://dl.bintray.com/crazy/tools/jre-8u181-windows-i586.tar.gz
jre.win64.url = https://dl.bintray.com/crazy/tools/jre-8u181-windows-x64.tar.gz

0 comments on commit a7226d5

Please sign in to comment.