Commit Graph

1320 Commits

Author SHA1 Message Date
Anton Keks
034f30cd56 #202 update Chinese translations by @him41111 2020-03-07 16:27:39 +02:00
Anton Keks
146b9e2566 #222 drop bundled NSIS and download the latest (3.05) version during build 2020-03-07 16:21:04 +02:00
Anton Keks
52234c7ec4 remove obvious comments 2020-03-07 15:30:43 +02:00
Anton Keks
1ba4f73a2c #227 add helpful message to Linux users running as root in case X Server is not accessible 2020-03-07 15:29:26 +02:00
Anton Keks
8c07718b64 try running tests on Windows 2019-12-26 15:08:28 +02:00
Anton Keks
85fbf575a8 fix architecture of 32-bit 2019-12-26 15:04:29 +02:00
Anton Keks
a6549bc91e run windows builds on 32-bit jvm 2019-12-26 15:01:24 +02:00
Anton Keks
135e6456f0 fix spelling 2019-12-26 14:53:17 +02:00
Anton Keks
4a6fc90e76 Goodbye, Travis. It was nice knowing you! 2019-12-26 14:51:43 +02:00
Anton Keks
b192f95aac fix mac runner name 2019-12-26 14:44:02 +02:00
Anton Keks
fa2a535019 add Java for mac & win builds 2019-12-26 14:40:52 +02:00
Anton Keks
b9851f8cbd try running mac and windows builds as well 2019-12-26 14:38:30 +02:00
Anton Keks
f2a99a3d29 wine32 needs i386 architecture enabled 2019-12-26 12:50:08 +02:00
Anton Keks
edd6586020 try installing win32 for NSIS 2019-12-26 12:39:10 +02:00
Anton Keks
c2903e8afc upgrade gradle to 6.0.1 2019-12-26 12:35:47 +02:00
Anton Keks
a6f1e2c054 use println 2019-12-26 12:30:58 +02:00
Anton Keks
ccbd5d7a46 upgrade proguard and keep Java 11 minimization support out until it is resolved 100% working 2019-12-26 12:29:47 +02:00
Anton Keks
b36a78fc95 use github actions badge 2019-12-26 12:16:18 +02:00
Anton Keks
b2c60329f4 fakeroot and rpm are already available 2019-12-26 12:10:25 +02:00
Anton Keks
170dfb1543 change to wine-stable, installing just wine is not possible anymore 2019-12-26 12:06:18 +02:00
Anton Keks
d4d447d6d8 install deps and build all OS packages 2019-12-26 12:04:40 +02:00
Anton Keks
e1b8d93362 run tests as well 2019-12-26 12:00:37 +02:00
Anton Keks
7c5c42d0cf add support for Zulu JVM 2019-12-26 11:58:29 +02:00
Anton Keks
223eb19608 print resolved path 2019-12-26 11:53:38 +02:00
Anton Keks
899e134a62 use a better message when rt.jar is not found 2019-12-26 11:36:55 +02:00
Anton Keks
08ac6bc9db try the linux build 2019-12-26 11:29:45 +02:00
Anton Keks
dcf2833ae9
try github actions 2019-12-26 11:27:42 +02:00
Anton Keks
3b4fedbdfb
Merge pull request #203 from bitigchi/master
Update TR translations
2019-12-26 11:13:07 +02:00
Emir Sarı
b0aea543e7 Merge branch 'master' of https://github.com/bitigchi/ipscan 2019-10-29 22:33:09 +03:00
Emir Sarı
4da4775147 Update TR translations 2019-10-29 22:32:50 +03:00
Anton Keks
dcf28fc757 add release notes 2019-10-15 00:27:13 +03:00
Anton Keks
0e6df9b36c assume 64-bit by default - it's a modern world now 2019-10-15 00:26:23 +03:00
Anton Keks
f28218f08c 32-bit Oracle JRE doesn't report it's 32-bit, so assume 32-bit if we see "Client VM" (not Server VM of OpenJDK) 2019-10-15 00:25:16 +03:00
Anton Keks
0128d3cd02 bump versio to 3.6.2 2019-10-15 00:12:26 +03:00
Anton Keks
7125291878 allow to opt out from google analytics reports 2019-10-15 00:08:47 +03:00
Anton Keks
87a600160c increase initial window size 2019-10-14 23:43:37 +03:00
Anton Keks
e83a6fa0f2 make skipping reports configurable 2019-10-14 23:39:57 +03:00
Anton Keks
13d97535bf remove compiler-time dependency on swing - it freezes on Mac anyway and this will allow bundling a smaller jre built with jlink in future 2019-10-14 23:32:25 +03:00
Anton Keks
25ffd114a3 update mac vendors 2019-10-14 23:20:18 +03:00
Anton Keks
ce68d33044 include own executable also in quotes because it can reside under "Program Files" 2019-10-14 21:00:56 +03:00
Anton Keks
0320df1ddb use cmd file to detect JVM bits 2019-10-14 00:19:15 +03:00
Anton Keks
0a66fe3d6d #210 use custom windows launcher instead of launch4j in order to use JAVA_HOME and PATH environment variables instead of Registry 2019-10-13 23:19:13 +03:00
Anton Keks
c37b218daf build gui exe that will not open console window 2019-10-13 23:16:29 +03:00
Anton Keks
d02792980b add custom launcher to use instead of Launch4j for better compatibility with AdoptOpenJDK
Launch4j can only look for Java in the Registry, which AdoptOpenJDK no longer provides by default. Will try JAVA_HOME and then PATH instead.
2019-10-13 22:53:54 +03:00
Emir Sarı
73f82ef45f
Update messages_tr.properties 2019-09-08 14:23:27 +03:00
Emir
72b95b2730
Update TR translations 2019-09-07 18:33:32 +03:00
Anton Keks
f115e79fdd bump version and add release notes 2019-09-05 20:43:02 +03:00
Anton Keks
4dd8d6edfe use swing's invokeLater(), but probably it still won't show Swing's error dialog on the Mac because of -XstartOnFirstThread 2019-09-05 20:41:08 +03:00
Anton Keks
d6d8eff0e6 drop commented-out line 2019-09-05 20:13:27 +03:00
Anton Keks
5a78ad09eb remove semicolons and move comment 2019-09-05 20:10:45 +03:00