Commit Graph

221 Commits

Author SHA1 Message Date
idk
540ae83901 add OS check 2021-10-28 15:53:29 -04:00
idk
325b02c332 add the bat script to the portable profiles. 2021-10-21 23:13:24 -04:00
idk
4eff5b3075 upgrade the bat script to support running from the script directory 2021-10-21 23:08:46 -04:00
idk
47b77bfe02 remove wrapper.config 2021-10-21 20:32:25 -04:00
idk
4f0fb1e786 Start to give it the ability to pre-generate a portable bundle, portable in the storage device sense where it can be taken on a flash drive between machines. 2021-10-21 19:17:59 -04:00
idk
3c01ebd094 generate releases.json from make target. 2021-10-20 16:37:08 -04:00
idk
60ac2d7ec4 generate releases.json from make target. 2021-10-20 00:50:49 -04:00
idk
3d51872275 Set path to %ProgramFiles%/I2P correctly per-platform and without depending on global envars 2021-10-06 14:17:49 -04:00
idk
a793e11176 add missing release instruction to README.md 2021-09-14 16:32:27 -04:00
idk
b50cd8c55b Switch I2P_VERSION back to using tags. New bundle was build with i2pversion_override 1.5.0 2021-09-14 12:22:47 -04:00
idk
3c5208d50e Make some of the make targets a little better for releasing 2021-09-14 12:11:56 -04:00
idk
42eb5fdecd bump version number to 1.05.0 since it's embedding a 1.5 I2P router and it is version 04 of the profile. Embedding a router being a huge milestone, after all. 0.04.0 2021-09-13 22:11:45 -04:00
idk
ec700d725d upgrade i2pipb version 2021-09-09 19:15:22 -04:00
idk
6dbee9db3c Merge branch 'EXPERIMENTAL-docker' into 'master'
Add a Dockerfile and Docker instructions

Closes #6

See merge request i2p-hackers/i2p.firefox!4
2021-08-22 21:46:59 +00:00
idk
220b6756b6 Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.firefox into EXPERIMENTAL-docker 2021-08-22 17:21:20 -04:00
idk
7f7f021e45 Merge branch 'EXPERIMENTAL-jpackage' into 'master'
Embed a jpackaged router in the installer. Self-Updating.

See merge request i2p-hackers/i2p.firefox!3
2021-08-22 21:19:48 +00:00
idk
f9b02fe13f Re-update extension URL's 2021-08-22 17:15:08 -04:00
idk
6026ee3ec6 Merge branch 'EXPERIMENTAL-jpackage' of i2pgit.org:i2p-hackers/i2p.firefox into EXPERIMENTAL-jpackage 2021-08-22 17:13:07 -04:00
idk
3c508f4190 Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.firefox into EXPERIMENTAL-jpackage 2021-08-22 17:12:14 -04:00
idk
91abc574d3 Merge branch 'master' into 'EXPERIMENTAL-jpackage'
# Conflicts:
#   .gitignore
#   Makefile
#   src/app-profile/version.txt
#   src/nsis/i2pbrowser-installer.nsi
#   src/nsis/i2pbrowser-version.nsi
#   src/profile/version.txt
2021-08-22 20:58:48 +00:00
idk
bae0412ebc add newsURL and backupNewsURL to router.config 2021-08-20 13:07:06 -04:00
idk
e73a5969db Merge branch 'EXPERIMENTAL-jpackage' of 127.0.0.1:i2p-hackers/i2p.firefox into EXPERIMENTAL-docker 2021-08-20 01:45:46 -04:00
idk
e764c7b773 Add Dockerfile 2021-08-20 01:01:06 -04:00
idk
7c62c8ecda Add a target for creating light tags at release time 2021-08-20 00:51:31 -04:00
idk
d13e2317dd Make it run in Docker too 2021-08-20 00:12:36 -04:00
idk
7ff4eb5e37 Set autodisabledscopes to 0 2021-08-19 23:54:37 -04:00
idk
e6928d64ce Uninstall a jpackaged router if found 2021-08-19 22:28:48 -04:00
idk
ad373eface Add update server basics 2021-08-19 21:01:23 -04:00
idk
d52e79c72e don't fail if cloneing su3-tools fails, don't delete router.config in clean.sh 2021-08-19 20:40:59 -04:00
idk
71b9b9c6ec check in basic router.config with update url, build su3-tools if it isn't yet 2021-08-19 20:13:08 -04:00
idk
f8ff48f723 work on getting it signed on Windows 2021-08-19 19:30:11 -04:00
idk
8b089ad49e Put update config url into it's own file 2021-08-19 19:20:01 -04:00
idk
afdb51370e configure the router.updateURL by default 2021-08-19 16:52:53 -04:00
idk
2ff2e462a9 configure the router.updateURL by default 2021-08-19 16:09:28 -04:00
idk
41f4f80a4d configure the router.updateURL by default 2021-08-19 15:14:21 -04:00
idk
aee8cdbe5f add --java-options --illega-access=permit to support MuWire plugin 2021-08-19 11:53:09 -04:00
idk
15a2386981 Use a "static" filename, ending in exe, in moveUpdateInstaller in case of differences in file-extension handling across various Windows platforms and configurations 2021-08-19 11:46:15 -04:00
idk
8aefcff4b1 Check return value of renameTo, if false throw an IOException. 2021-08-18 14:57:30 -04:00
idk
1b35c8dc8b use a supplier to get the file path when starting the WinUpdateProcess, fix logging issues 2021-08-18 13:28:08 -04:00
idk
e7ea163a64 More intelligible shortcut label text 2021-08-17 12:03:39 -04:00
idk
2b95573f7a Fix working directory which was still copied over from zab's 2021-08-15 18:41:53 -04:00
idk
51aa9a97b1 Build the process with processbuilder, check the I2P version when upgrading from NSIS in silent mode, check the RESTART_I2P environment variable when upgrading from NSIS in silent mode 2021-08-15 14:42:02 -04:00
idk
8737093b6d add WinUpdateProcess.java to the java src's 2021-08-14 10:17:56 -04:00
idk
688b9ca309 Fixes for many, but not all the things from zab's code review 2021-08-14 02:08:45 -04:00
idk
ac7336f669 mix in eepsite config 2021-08-02 23:46:20 -04:00
idk
51a63dfb35 mix in eepsite config 2021-08-02 23:27:35 -04:00
idk
2c328bec86 Try and get it to use a native jbigi 2021-08-02 21:16:40 -04:00
idk
fa54305df3 Try and get it to use a native jbigi 2021-08-02 21:05:49 -04:00
idk
d7036f7a96 Try and get it to use a native jbigi 2021-08-02 20:16:44 -04:00
idk
111ecebe6c Try and get it to use a native jbigi 2021-08-02 20:12:38 -04:00