Commit Graph

258 Commits

Author SHA1 Message Date
idk a4355587a1 make it fatal if a jpackage is not found because the profile launcher is now inside the jpackage 2022-09-18 14:01:36 -04:00
idk a0f638c2de document removal of Unix features 2022-09-16 17:33:01 -04:00
idk 2270c2aadb remove some redundant stuff from the installer 2022-09-14 16:55:37 -04:00
idk 2cf58e2460 change the name from profile install to easy install bundle 2022-09-14 16:50:11 -04:00
idk 6faaab1f44 delete a couple of redundant files 2022-09-14 16:47:00 -04:00
idk 4dd9448752 bump version 2022-09-06 21:57:25 -04:00
idk b220697af2 update i2pfirefox package, point release 2022-09-06 21:53:53 -04:00
idk 5ef6118b91 bump version again 2022-09-05 10:42:24 -04:00
idk 51cb4c608a enable faster router startup 2022-09-05 01:47:16 -04:00
idk 00ca509e57 bump version 2022-09-04 02:04:37 -04:00
idk f9a7f8ab2d Set user.dir after getting path 2022-09-03 20:51:33 -04:00
idk 3c8dd9dee9 fix indent 2022-09-03 19:09:47 -04:00
idk 65db834ec9 no directory abort 2022-09-03 19:08:57 -04:00
idk b955dbe66e fix setoutpaths for runtime and app dir 2022-09-03 18:27:13 -04:00
idk 4368b80c79 Merge branch 'master' into 'auto-configure-any-browser'
# Conflicts:
#   src/nsis/i2pbrowser-installer.nsi
2022-09-02 02:49:56 +00:00
idk 0ad9406387 copy app, runtime individually instead of the parent dir 2022-09-01 21:33:32 -04:00
idk c2485eeea0 enable -private flag for temp identity in Shortcuts(as opposed to on-by-default or container-manged only) 2022-08-30 11:20:45 -04:00
idk 603c10ed9f un-comment broken Firefox languages now that we're compiling with NSIS v3 2022-08-30 11:19:08 -04:00
idk 7806b6f232 make sure to copy default hosts.txt file too 2022-08-30 09:45:40 -04:00
idk 3d67aa4dca eliminate redundant parentoptions 2022-08-29 19:53:52 -04:00
idk 646778680d This enables the jpackage to launch almost any browser as an I2P-enabled browser. It will choose Firefox variants first, Chromium variants second, and falls back to setting environment variables before spawning the browser process. It also removes the Firefox dependency from the NSIS build 2022-08-29 19:42:25 -04:00
idk bc33051d8d bump version 2022-08-28 13:58:32 -04:00
idk acf67d93c6 disable https-only mode to get rid of warning from profile 2022-08-21 19:01:40 -04:00
idk 8ee2a1170e always copy i2ptunnel.config on first install but not updates 2022-08-21 10:46:48 -04:00
idk 6de7e95a4b always install exe but don't always install own config files 2022-08-20 23:26:03 -04:00
idk b4d9687eed Only copy new config files and certs 2022-08-20 10:08:41 -04:00
idk 73b779ba5c Only copy new config files and certs 2022-08-20 10:07:33 -04:00
idk f4d55be5b4 Only use ShellExecAsUser if we are admin 2022-08-19 23:06:25 -04:00
idk 03ea86c345 just point back to ourselves in router.config 2022-08-19 20:37:28 -04:00
idk 1ba8327589 only update certificates and geoip config during update cycles 2022-08-19 19:21:17 -04:00
idk 50c8804c8a post-install launch using shortcut 2022-08-19 18:16:01 -04:00
idk 3d29135e50 change OutPath when launching post-install, never self-select an admin install 2022-08-19 17:51:37 -04:00
idk 419105420d change OutPath when launching post-install 2022-08-19 16:22:13 -04:00
idk 217f54db07 remove unused elevatorCallback, elevation for installs performed as an admin is now handled on the Java side and has been for a long time 2022-08-19 16:14:11 -04:00
idk 6afecedf59 use I2P.exe to launch when restarting through the installer and not the shortcut 2022-08-19 16:11:16 -04:00
idk 1347859bc5 supply args to CreateShortCut even if they are blank. Use I2PINSTEXE as shortcut target directory 2022-08-19 15:26:34 -04:00
idk eafa1bf04d remove the bat files from the final product 2022-08-19 13:02:57 -04:00
idk 63e1326dae don't use batch scripts to launch browser anymore. 2022-08-19 12:06:36 -04:00
idk 50b00c6c88 launch I2P.exe with the shortcut instead of i2pbrowser.bat 2022-08-07 23:20:12 -04:00
idk 0219d14b48 update user-overrides 2022-08-07 19:42:41 -04:00
idk 3329925e73 switch to user-override for customizations, fix the extension scopes 2022-08-07 19:30:20 -04:00
idk e154064cbd check in new app-profile 2022-08-07 16:39:56 -04:00
idk c784284b03 switch to user-override for customizations 2022-08-07 16:37:27 -04:00
idk 0efd2495b5 switch to full arkenfox user.js and just download it when we need to update. It won't be cleaned between builds yet. 2022-08-07 14:39:23 -04:00
idk c3e3e72575 update index.html 2022-07-31 16:36:24 -04:00
idk ac5eddd5ac add user_pref("dom.image-lazy-loading.enabled", false) to user.js 2022-07-17 19:47:33 -04:00
idk e83b35728b remove app and runtime dir silent or not 2022-07-12 00:07:35 -04:00
idk 044514ddad delete app and runtime directory when updating 2022-07-12 00:05:40 -04:00
idk 0650941d98 check for existence of actual I2P executable and not just the I2P install dir when deciding which I2P to launch 2022-07-11 23:57:24 -04:00
idk 158f05310f change quote handling in bat script 2022-06-26 16:27:07 -04:00