mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
support also Fedora location of swt.jar in any build (+ don't forget plugin loading from current directory)
This commit is contained in:
parent
c02797fb3f
commit
0ecce80b7e
@ -67,7 +67,7 @@ def packageTask(String platform, def moreJars = [], def moreLibs = [], File rtJa
|
||||
attributes 'Implementation-Title': 'Angry IP Scanner',
|
||||
'Implementation-Version': version,
|
||||
'Main-Class': 'net.azib.ipscan.Main',
|
||||
'Class-Path': platform == "any" ? "/usr/share/java/swt4.jar" : ".",
|
||||
'Class-Path': platform == "any" ? "/usr/share/java/swt4.jar /usr/lib/eclipse/swt.jar ./" : "./",
|
||||
'Title': 'Angry IP Scanner',
|
||||
'Version': version,
|
||||
'Build-Date': java.time.LocalDate.now().toString(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user