|
0ae1609f0f
|
Copy config file from NSIS, keep a reference to the router in the WinLauncher class
|
2022-09-12 16:45:27 -04:00 |
|
|
4a7fb5f55c
|
include config in app content
|
2022-09-11 00:21:57 -04:00 |
|
|
93b197efb9
|
exclude .git directory from tarball
|
2022-09-08 10:41:06 -04:00 |
|
|
cdc3224eaa
|
Generate a tarball of the exact tag or branch it's built from, upload it when we do a daily
|
2022-09-08 10:34:53 -04:00 |
|
|
934ab43b2a
|
Download from sub-directory since my release now has multiple artifacts github puts it at a different place
|
2022-09-03 22:41:30 -04:00 |
|
|
9214c2116c
|
move version of browser wrapping bundle to version config file
|
2022-09-03 22:20:42 -04:00 |
|
|
c02e466f80
|
move version of browser wrapping bundle to version config file
|
2022-09-03 21:57:07 -04:00 |
|
|
59a1a3d9e6
|
update browser wrapping bundle
|
2022-09-03 21:42:39 -04:00 |
|
|
e367227714
|
enable the usability profile
|
2022-09-02 20:05:51 -04:00 |
|
|
a8ac47966c
|
update i2p.plugin.firefox version
|
2022-08-22 17:36:15 -04:00 |
|
|
acf67d93c6
|
disable https-only mode to get rid of warning from profile
|
2022-08-21 19:01:40 -04:00 |
|
|
07f7b84817
|
update the i2pfirefox version one last time
|
2022-08-21 18:15:04 -04:00 |
|
|
a08046655b
|
update i2p.firefox
|
2022-08-21 01:14:13 -04:00 |
|
|
e7e40a96ba
|
update i2p.firefox
|
2022-08-21 00:26:13 -04:00 |
|
|
f4d55be5b4
|
Only use ShellExecAsUser if we are admin
|
2022-08-19 23:06:25 -04:00 |
|
|
49d52e150b
|
update i2pfirefox jar
|
2022-08-07 22:58:37 -04:00 |
|
|
86e363d13e
|
update i2pfirefox jar
|
2022-08-07 22:17:53 -04:00 |
|
|
82b85ca77f
|
update i2pfirefox version
|
2022-08-07 21:30:19 -04:00 |
|
|
b7a9d57c73
|
add i2pfirefox lib to jar
|
2022-08-07 21:07:28 -04:00 |
|
|
8ab325f826
|
put java at both end of path when temp-setting so it always points at the right one.
|
2022-07-19 00:39:50 -04:00 |
|
|
429de25898
|
Make sure config files and config overrides always get loaded from the correct places
|
2022-07-15 23:45:55 -04:00 |
|
|
12b18847c8
|
undo some bashisms
|
2022-07-15 23:34:43 -04:00 |
|
|
645715d848
|
force it to use bash in clean.sh and build.sh
|
2022-07-15 23:26:45 -04:00 |
|
|
a9af406cc3
|
Always delete the I2P directory when we're ready to build a new jpackage
|
2022-07-12 01:27:33 -04:00 |
|
|
d5b1291a30
|
\licenses\license\
|
2022-05-20 13:11:45 -04:00 |
|
|
b4261675b0
|
change license generation/display
|
2022-05-20 12:53:42 -04:00 |
|
|
b2b3ba75fb
|
don't pull tags or checkout version since we're checking out the tags in one step
|
2022-05-19 20:42:03 -04:00 |
|
|
af9c2460e9
|
use jsign
|
2022-05-17 16:12:43 -04:00 |
|
|
59baf37322
|
don't clean in build.sh
|
2022-05-10 19:26:06 -04:00 |
|
|
b949fa8a84
|
show path and java home in build process
|
2022-05-10 19:14:05 -04:00 |
|
|
aa2ab5bbe5
|
try adding ALL-UNNAMED to properties
|
2022-05-10 18:25:10 -04:00 |
|
|
93b6bc4b3e
|
bump version for a release, pull tags during build
|
2022-05-05 18:09:35 -04:00 |
|
|
c426b73d79
|
Merge branch 'master' into 'settable-paths'
# Conflicts:
# src/nsis/i2pbrowser-version.nsi
|
2022-04-20 18:54:51 +00:00 |
|
|
c14287048f
|
add a config.sh file to configure JVM/JDK at build time
|
2022-04-20 14:09:40 -04:00 |
|
|
bb7dcaa907
|
Add elevator.java to build.sh
|
2022-03-21 11:32:10 -04:00 |
|
|
44b2ae44ee
|
Don't download JNA jars if they're already downloaded
|
2022-03-19 18:10:36 -04:00 |
|
|
e2ad0d190a
|
Use both JNA jars
|
2022-03-19 17:52:01 -04:00 |
|
|
f5a424f083
|
Fix wrong JNA version
|
2022-03-19 17:23:55 -04:00 |
|
|
bc36564f5d
|
Start adding JNA stuff, for now just copied from zlatinb's but I'll need to customize a bit to account for portables
|
2022-03-19 13:44:29 -04:00 |
|
|
2afeee3d56
|
make build.sh forcibly change to i2p.firefox directory before running, it won't work from anywhere else
|
2022-02-17 16:31:14 -05:00 |
|
|
1c4761f3b2
|
drastically simplify NSIS builds
|
2022-02-10 19:24:15 -05:00 |
|
|
56a83972e4
|
Split the Makefile up into a bunch of categorized sub-files.
|
2022-02-09 21:43:30 -05:00 |
|
|
0da515eedf
|
apply patch brought over from Windows machine, fixes some build issues
|
2022-02-06 00:36:55 -05:00 |
|
|
1aba1177c2
|
Add flags to jpackage for plugins that use reflection to work. Add a warning if compiling with less than Java 17 and sleep longer if using less than java 17.
|
2021-10-30 20:38:55 -04:00 |
|
|
aee8cdbe5f
|
add --java-options --illega-access=permit to support MuWire plugin
|
2021-08-19 11:53:09 -04:00 |
|
|
688b9ca309
|
Fixes for many, but not all the things from zab's code review
|
2021-08-14 02:08:45 -04:00 |
|
|
fa54305df3
|
Try and get it to use a native jbigi
|
2021-08-02 21:05:49 -04:00 |
|
|
d7036f7a96
|
Try and get it to use a native jbigi
|
2021-08-02 20:16:44 -04:00 |
|
|
111ecebe6c
|
Try and get it to use a native jbigi
|
2021-08-02 20:12:38 -04:00 |
|
|
272ff689e7
|
Try and get it to use a native jbigi
|
2021-08-02 20:02:06 -04:00 |
|